mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
No need to add liveness that's already there.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e93198af07
commit
b5f327b30f
@ -764,10 +764,7 @@ void SplitEditor::enterIntvAtEnd(MachineBasicBlock &MBB) {
|
||||
}
|
||||
DEBUG(dbgs() << ": valno " << ParentVNI->id);
|
||||
truncatedValues.insert(ParentVNI);
|
||||
VNInfo *VNI = defFromParent(openli_, ParentVNI, End, MBB,
|
||||
MBB.getFirstTerminator());
|
||||
// Make sure openli is live out of MBB.
|
||||
openli_.getLI()->addRange(LiveRange(VNI->def, End.getNextSlot(), VNI));
|
||||
defFromParent(openli_, ParentVNI, End, MBB, MBB.getFirstTerminator());
|
||||
DEBUG(dbgs() << ": " << *openli_.getLI() << '\n');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user