Remove M_2_ADDR_FLAG.
[oota-llvm.git] / lib / CodeGen / TwoAddressInstructionPass.cpp
index 50599c850de2731504b0ba5ebc2a8e65be9998ae..dbc50d6b1304f7e24a789e5bc2c643f0d2dc859b 100644 (file)
@@ -191,8 +191,6 @@ bool TwoAddressInstructionPass::runOnMachineFunction(MachineFunction &MF) {
                 mbbi->erase(mi);                 // Nuke the old inst.
                 mi = New;
                 ++NumConvertedTo3Addr;
-                assert(!TII.isTwoAddrInstr(New->getOpcode()) &&
-                       "convertToThreeAddress returned a 2-addr instruction??");
                 // Done with this instruction.
                 break;
               }