OSDN Git Service

Recompute hasPHIKill flags when shrinking live intervals.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 7 Apr 2011 18:43:14 +0000 (18:43 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 7 Apr 2011 18:43:14 +0000 (18:43 +0000)
commite815dab69f57da3f0ff365709491c7409cbb71bd
tree67a02ac9edb7191a1eaa4f11f6472ef4104ee74d
parent4d4e25740bd1225f413a10db6166b620d2f5fbbb
Recompute hasPHIKill flags when shrinking live intervals.

PHI values may be deleted, causing the flags to be wrong. This fixes PR9616.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129092 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp