forked from OSchip/llvm-project
[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:
parent
b13fc7311e
commit
c423a586a7
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue