[PM/MergedLoadStoreMotion] Remove unneeded pass dependency.

llvm-svn: 272598
This commit is contained in:
Davide Italiano 2016-06-13 23:28:35 +00:00
parent f81328d0b4
commit 86c1f953f5
1 changed files with 0 additions and 1 deletions

View File

@ -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)