forked from OSchip/llvm-project
[PM/MergedLoadStoreMotion] Remove unneeded pass dependency.
llvm-svn: 272598
This commit is contained in:
parent
f81328d0b4
commit
86c1f953f5
|
@ -139,7 +139,6 @@ INITIALIZE_PASS_BEGIN(MergedLoadStoreMotion, "mldst-motion",
|
||||||
"MergedLoadStoreMotion", false, false)
|
"MergedLoadStoreMotion", false, false)
|
||||||
INITIALIZE_PASS_DEPENDENCY(MemoryDependenceWrapperPass)
|
INITIALIZE_PASS_DEPENDENCY(MemoryDependenceWrapperPass)
|
||||||
INITIALIZE_PASS_DEPENDENCY(AAResultsWrapperPass)
|
INITIALIZE_PASS_DEPENDENCY(AAResultsWrapperPass)
|
||||||
INITIALIZE_PASS_DEPENDENCY(GlobalsAAWrapperPass)
|
|
||||||
INITIALIZE_PASS_END(MergedLoadStoreMotion, "mldst-motion",
|
INITIALIZE_PASS_END(MergedLoadStoreMotion, "mldst-motion",
|
||||||
"MergedLoadStoreMotion", false, false)
|
"MergedLoadStoreMotion", false, false)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue