MergedLoadStoreMotion preserves MemoryDependenceAnalysis, it does not require it.
authorDaniel Berlin <dberlin@dberlin.org>
Fri, 22 May 2015 00:13:05 +0000 (00:13 +0000)
committerDaniel Berlin <dberlin@dberlin.org>
Fri, 22 May 2015 00:13:05 +0000 (00:13 +0000)
commit4ea24c84fb56fe1834d0b537c1d706bcb3199013
tree383748a3a728fc89c224553aeb49c4a1cd2738e1
parentab0b15dff8539826283a59c2dd700a18a9680e0f
MergedLoadStoreMotion preserves MemoryDependenceAnalysis, it does not require it.
(It already was coded assuming it can sometimes be null, so no other changes are necessary)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237978 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp