forked from OSchip/llvm-project
Stop running the machine code verifier unconditionally.
llvm-svn: 166646
This commit is contained in:
parent
d16fe12e77
commit
9004798da8
|
@ -797,6 +797,5 @@ bool EarlyIfConverter::runOnMachineFunction(MachineFunction &MF) {
|
||||||
if (tryConvertIf(I->getBlock()))
|
if (tryConvertIf(I->getBlock()))
|
||||||
Changed = true;
|
Changed = true;
|
||||||
|
|
||||||
MF.verify(this, "After early if-conversion");
|
|
||||||
return Changed;
|
return Changed;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue