Also recompute HasPHIKill flags in LiveInterval::RenumberValues.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 12 Aug 2010 20:38:03 +0000 (20:38 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 12 Aug 2010 20:38:03 +0000 (20:38 +0000)
commitfff2c4726baa0d6c9cb184c815677e33c0357c93
tree05274bc5fc575bd5f4a63eb1d14913416a44f43e
parent719510a178a910feb1db707140011c32a30992c4
Also recompute HasPHIKill flags in LiveInterval::RenumberValues.

If a phi-def value were removed from the interval, the phi-kill flags are no
longer valid.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110949 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveInterval.h
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/SplitKit.cpp