[PATCH] D22058: [MemorySSA] Reinstate the legacy printer and verifier.
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 11:00:52 PDT 2016
mcrosier added inline comments.
================
Comment at: lib/Transforms/Utils/MemorySSA.cpp:59
@@ +58,3 @@
+ "Memory SSA Printer", false, false)
+INITIALIZE_PASS_DEPENDENCY(AAResultsWrapperPass)
+INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
----------------
AAResultsWrapper and DominatorTreeWrapper can be removed.. just something I missed.
http://reviews.llvm.org/D22058
More information about the llvm-commits
mailing list