mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-20 12:31:40 +00:00
Fix assertion string.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
41a796e9cc
commit
42be280a28
@ -192,7 +192,7 @@ bool Filler::delayHasHazard(MachineBasicBlock::iterator candidate,
|
||||
}
|
||||
|
||||
assert((!MCID.isCall() && !MCID.isReturn()) &&
|
||||
"Cannot put calls in delay slot.");
|
||||
"Cannot put calls or returns in delay slot.");
|
||||
|
||||
for (unsigned i = 0, e = candidate->getNumOperands(); i!= e; ++i) {
|
||||
const MachineOperand &MO = candidate->getOperand(i);
|
||||
|
Loading…
x
Reference in New Issue
Block a user