diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-10-25 00:05:39 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-10-25 00:05:39 +0000 |
| commit | 9004798da8e158c5b6f3c4110c81e1b27825a4de (patch) | |
| tree | 63ea112a672859c2fb0d8ef55b517f47cf873414 | |
| parent | d16fe12e77169ba2f791f7cec0e2d54dab7690d9 (diff) | |
| download | bcm5719-llvm-9004798da8e158c5b6f3c4110c81e1b27825a4de.tar.gz bcm5719-llvm-9004798da8e158c5b6f3c4110c81e1b27825a4de.zip | |
Stop running the machine code verifier unconditionally.
llvm-svn: 166646
| -rw-r--r-- | llvm/lib/CodeGen/EarlyIfConversion.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/EarlyIfConversion.cpp b/llvm/lib/CodeGen/EarlyIfConversion.cpp index 7f28828a5d2..d5d84041b69 100644 --- a/llvm/lib/CodeGen/EarlyIfConversion.cpp +++ b/llvm/lib/CodeGen/EarlyIfConversion.cpp @@ -797,6 +797,5 @@ bool EarlyIfConverter::runOnMachineFunction(MachineFunction &MF) { if (tryConvertIf(I->getBlock())) Changed = true; - MF.verify(this, "After early if-conversion"); return Changed; } |

