mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Call RenumberValues for all new registers created during splitting. This is
necessary to get correct hasPHIKill flags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117406 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79c0262fa8
commit
f1354ae95a
@ -839,7 +839,8 @@ void SplitEditor::finish() {
|
||||
computeRemainder();
|
||||
|
||||
// Get rid of unused values and set phi-kill flags.
|
||||
dupli_.getLI()->RenumberValues(lis_);
|
||||
for (LiveRangeEdit::iterator I = edit_.begin(), E = edit_.end(); I != E; ++I)
|
||||
(*I)->RenumberValues(lis_);
|
||||
|
||||
// Now check if dupli was separated into multiple connected components.
|
||||
ConnectedVNInfoEqClasses ConEQ(lis_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user