mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
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
This commit is contained in:
@ -645,7 +645,7 @@ void SplitEditor::rewrite() {
|
||||
|
||||
// dupli_ goes in last, after rewriting.
|
||||
if (dupli_) {
|
||||
dupli_->RenumberValues();
|
||||
dupli_->RenumberValues(lis_);
|
||||
intervals_.push_back(dupli_);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user