[PATCH] D11547: AliasSetTracker "fixme" fix - using mod/ref information for UnknownInstr
Andrew Zhogin via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 21:37:19 PDT 2015
andrew.zhogin marked 3 inline comments as done.
================
Comment at: lib/Analysis/AliasSetTracker.cpp:193
@@ -167,2 +192,3 @@
+
// Check the unknown instructions...
if (!UnknownInsts.empty()) {
----------------
Renamed to processMR() anonymous local helper
http://reviews.llvm.org/D11547
More information about the llvm-commits
mailing list