[ARM] Remove setPreservesCFG from ARMBlockPlacement

As of 2829391840 it no longer preserves the CFG, needing to
split blocks in order to add DLS instructions.
This commit is contained in:
David Green 2021-08-02 14:15:45 +01:00
parent b13fc7311e
commit c423a586a7
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ public:
bool revertWhileToDo(MachineInstr *WLS, MachineLoop *ML);
void getAnalysisUsage(AnalysisUsage &AU) const override {
AU.setPreservesCFG();
AU.addRequired<MachineLoopInfo>();
MachineFunctionPass::getAnalysisUsage(AU);
}