forked from OSchip/llvm-project
Remove this MachineOpCodeFlags assertion - its test can never be false.
llvm-svn: 11342
This commit is contained in:
parent
84262c112c
commit
c07b64f3cb
|
@ -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…
Reference in New Issue