From: Davide Italiano Date: Mon, 13 Jun 2016 23:28:35 +0000 (+0000) Subject: [PM/MergedLoadStoreMotion] Remove unneeded pass dependency. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba53b88904876e44f84742485a0f53918db13290;p=llvm [PM/MergedLoadStoreMotion] Remove unneeded pass dependency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272598 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp b/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp index c9fbec28960..b7d0d444d29 100644 --- a/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp +++ b/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp @@ -139,7 +139,6 @@ INITIALIZE_PASS_BEGIN(MergedLoadStoreMotion, "mldst-motion", "MergedLoadStoreMotion", false, false) INITIALIZE_PASS_DEPENDENCY(MemoryDependenceWrapperPass) INITIALIZE_PASS_DEPENDENCY(AAResultsWrapperPass) -INITIALIZE_PASS_DEPENDENCY(GlobalsAAWrapperPass) INITIALIZE_PASS_END(MergedLoadStoreMotion, "mldst-motion", "MergedLoadStoreMotion", false, false)