mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-27 22:55:15 +00:00
MachineLICM should not claim to be preserving the CFG when it can split critical
edges on demand. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117982 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
962c71089d
commit
8bcf7603f7
@ -109,7 +109,6 @@ namespace {
|
||||
const char *getPassName() const { return "Machine Instruction LICM"; }
|
||||
|
||||
virtual void getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
AU.setPreservesCFG();
|
||||
AU.addRequired<MachineLoopInfo>();
|
||||
AU.addRequired<MachineDominatorTree>();
|
||||
AU.addRequired<AliasAnalysis>();
|
||||
|
Loading…
Reference in New Issue
Block a user