summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
diff options
context:
space:
mode:
authorMichael Kuperstein <mkuper@google.com>2016-06-28 00:54:12 +0000
committerMichael Kuperstein <mkuper@google.com>2016-06-28 00:54:12 +0000
commit835facd863ca94f28e32f4fd7a132e470d04e2f8 (patch)
tree302eea2407ed268d6bd4932b075b0a44b94a0c67 /llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
parent6c138ce31c374e3d86989cf6244a94209764990e (diff)
downloadbcm5719-llvm-835facd863ca94f28e32f4fd7a132e470d04e2f8.tar.gz
bcm5719-llvm-835facd863ca94f28e32f4fd7a132e470d04e2f8.zip
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
llvm-svn: 273974
Diffstat (limited to 'llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp')
-rw-r--r--llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp b/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
index eb67aea37fc..0a86920efba 100644
--- a/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
+++ b/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
@@ -595,8 +595,7 @@ MergedLoadStoreMotionPass::run(Function &F, AnalysisManager<Function> &AM) {
if (!Impl.run(F, MD, AA))
return PreservedAnalyses::all();
- // FIXME: This pass should also 'preserve the CFG'.
- // The new pass manager has currently no way to do it.
+ // FIXME: This should also 'preserve the CFG'.
PreservedAnalyses PA;
PA.preserve<GlobalsAA>();
PA.preserve<MemoryDependenceAnalysis>();
OpenPOWER on IntegriCloud