mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 02:34:48 +00:00
No need to add liveness that's already there.
llvm-svn: 118742
This commit is contained in:
parent
6a63cbe06d
commit
2f72fda7ef
@ -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