mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
Fix braino in dominator tree walk.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123338 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f203627f21
commit
12a40314a9
@ -405,7 +405,7 @@ void UserValue::extendDef(SlotIndex Idx, unsigned LocNo,
|
||||
SlotIndex Start = Todo.pop_back_val();
|
||||
MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start);
|
||||
SlotIndex Stop = LIS.getMBBEndIdx(MBB);
|
||||
LocMap::iterator I = locInts.find(Idx);
|
||||
LocMap::iterator I = locInts.find(Start);
|
||||
|
||||
// Limit to VNI's live range.
|
||||
bool ToEnd = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user