diff options
| author | Sam Parker <sam.parker@arm.com> | 2019-09-17 14:21:36 +0000 |
|---|---|---|
| committer | Sam Parker <sam.parker@arm.com> | 2019-09-17 14:21:36 +0000 |
| commit | 1d9ba08543dca55f1d5e8ba83d065fc2090ba106 (patch) | |
| tree | ac9fc35b5033213b71383f2761d9406ce8495fd7 /llvm/lib/Target | |
| parent | bdff164e0e07224948244ddc9bce5fd7052e09b9 (diff) | |
| download | bcm5719-llvm-1d9ba08543dca55f1d5e8ba83d065fc2090ba106.tar.gz bcm5719-llvm-1d9ba08543dca55f1d5e8ba83d065fc2090ba106.zip | |
[ARM] Fix for buildbots
Remove setPreservesCFG from ARMConstantIslandPass and add a couple
of -verify-machine-dom-info instances into the existing codegen
tests.
llvm-svn: 372126
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMConstantIslandPass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp index 0533fbdc071..a3b7439010a 100644 --- a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp @@ -229,7 +229,6 @@ namespace { bool runOnMachineFunction(MachineFunction &MF) override; void getAnalysisUsage(AnalysisUsage &AU) const override { - AU.setPreservesCFG(); AU.addRequired<MachineDominatorTree>(); MachineFunctionPass::getAnalysisUsage(AU); } |

