]> granicus.if.org Git - llvm/commit
[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)
commit5c1e1168dc2efcc7f9556a4e460bfab3dd6852a3
treeb64fcaeb363c30478bcc8a0e6b88354907b6384c
parent243c5c12f5b579a3d316dadffe0d238aa8f8f658
[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
lib/Target/Hexagon/HexagonTargetMachine.cpp