Stop running the machine code verifier unconditionally.

llvm-svn: 166646
This commit is contained in:
Jakob Stoklund Olesen 2012-10-25 00:05:39 +00:00
parent d16fe12e77
commit 9004798da8
1 changed files with 0 additions and 1 deletions

View 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;
}