mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 16:19:52 +00:00
Fix broken -debug printing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15115 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -306,6 +306,7 @@ void LiveIntervals::handleVirtualRegisterDef(MachineBasicBlock* mbb,
|
|||||||
assert(vi.AliveBlocks.empty() &&
|
assert(vi.AliveBlocks.empty() &&
|
||||||
"Shouldn't be alive across any blocks!");
|
"Shouldn't be alive across any blocks!");
|
||||||
interval.addRange(defIndex, killIdx);
|
interval.addRange(defIndex, killIdx);
|
||||||
|
DEBUG(std::cerr << "\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user