mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-25 15:41:05 +00:00
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306140 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
243c5c12f5
commit
5c1e1168dc
@ -291,7 +291,6 @@ bool HexagonPassConfig::addInstSelector() {
|
||||
if (EnableBitSimplify)
|
||||
addPass(createHexagonBitSimplify());
|
||||
addPass(createHexagonPeephole());
|
||||
printAndVerify("After hexagon peephole pass");
|
||||
// Constant propagation.
|
||||
if (!DisableHCP) {
|
||||
addPass(createHexagonConstPropagationPass());
|
||||
|
Loading…
x
Reference in New Issue
Block a user