mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
Clarified assert text.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147471 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b29d233b9
commit
567cdbab28
@ -646,7 +646,7 @@ bool LiveIntervals::shrinkToUses(LiveInterval *li,
|
||||
SmallVectorImpl<MachineInstr*> *dead) {
|
||||
DEBUG(dbgs() << "Shrink: " << *li << '\n');
|
||||
assert(TargetRegisterInfo::isVirtualRegister(li->reg)
|
||||
&& "Can't only shrink physical registers");
|
||||
&& "Can only shrink virtual registers");
|
||||
// Find all the values used, including PHI kills.
|
||||
SmallVector<std::pair<SlotIndex, VNInfo*>, 16> WorkList;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user