]> granicus.if.org Git - llvm/commitdiff
[Hexagon] Remove call to printAndVerify from HexagonPassConfig
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Fri, 23 Jun 2017 18:47:55 +0000 (18:47 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Fri, 23 Jun 2017 18:47:55 +0000 (18:47 +0000)
It causes an extra pass of the machine verifier to be added to the pass
manager, and causes test/CodeGen/Generic/llc-start-stop.ll to fail.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306140 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/HexagonTargetMachine.cpp

index e507a797871fcdd0c62593914658a91bd2203b40..031a1bdefafbf6d4046bdefd125b5d1bb167142f 100644 (file)
@@ -291,7 +291,6 @@ bool HexagonPassConfig::addInstSelector() {
     if (EnableBitSimplify)
       addPass(createHexagonBitSimplify());
     addPass(createHexagonPeephole());
-    printAndVerify("After hexagon peephole pass");
     // Constant propagation.
     if (!DisableHCP) {
       addPass(createHexagonConstPropagationPass());