[Hexagon] Remove call to printAndVerify from HexagonPassConfig

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.

llvm-svn: 306140
This commit is contained in:
Krzysztof Parzyszek 2017-06-23 18:47:55 +00:00
parent 3de6bad65f
commit c0a102f505
1 changed files with 0 additions and 1 deletions

View 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());