Stop running the machine code verifier unconditionally.
[oota-llvm.git] / lib / CodeGen / EarlyIfConversion.cpp
index 7f28828a5d20adf606408958f5e189aac6f3617e..d5d84041b69f0260f0c59908d9924e95fe7014ba 100644 (file)
@@ -797,6 +797,5 @@ bool EarlyIfConverter::runOnMachineFunction(MachineFunction &MF) {
     if (tryConvertIf(I->getBlock()))
       Changed = true;
 
-  MF.verify(this, "After early if-conversion");
   return Changed;
 }