From 1d9ba08543dca55f1d5e8ba83d065fc2090ba106 Mon Sep 17 00:00:00 2001 From: Sam Parker Date: Tue, 17 Sep 2019 14:21:36 +0000 Subject: [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 --- llvm/lib/Target/ARM/ARMConstantIslandPass.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Target/ARM/ARMConstantIslandPass.cpp') 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(); MachineFunctionPass::getAnalysisUsage(AU); } -- cgit v1.2.3