mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Remove this MachineOpCodeFlags assertion - its test can never be false.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11342 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2d58f0691e
commit
17247c64f2
@ -530,8 +530,6 @@ void PhyRegAlloc::updateMachineCode()
|
|||||||
AddedInstrMap[DelaySlotMI].InstrnsAfter.size() > 0));
|
AddedInstrMap[DelaySlotMI].InstrnsAfter.size() > 0));
|
||||||
|
|
||||||
if (cond1 || cond2) {
|
if (cond1 || cond2) {
|
||||||
assert((MII->getOpCodeFlags() & AnnulFlag) == 0 &&
|
|
||||||
"FIXME: Moving an annulled delay slot instruction!");
|
|
||||||
assert(delaySlots==1 &&
|
assert(delaySlots==1 &&
|
||||||
"InsertBefore does not yet handle >1 delay slots!");
|
"InsertBefore does not yet handle >1 delay slots!");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user