[PATCH] D8688: Update MergedLoadStoreMotion to use MemorySSA
Daniel Berlin via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 22 13:40:51 PDT 2016
dberlin added inline comments.
================
Comment at: lib/Transforms/Scalar/MergedLoadStoreMotion.cpp:983
@@ +982,3 @@
+ std::pair<unsigned, unsigned> StartDFS = {StartNode->getDFSNumIn(),
+ StartNode->getDFSNumOut()};
+
----------------
This is now fixed in the docs for those functions
http://reviews.llvm.org/D8688
More information about the llvm-commits
mailing list