[PATCH] D23256: Teach the analysis manager about inter-analysis dependencies.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 23:30:27 PDT 2016


mehdi_amini added inline comments.

================
Comment at: include/llvm/Analysis/AliasAnalysis.h:894
@@ -895,1 +893,3 @@
+              4>
+      ResultGetters;
 
----------------
Wasn't the point of the refactoring with typedef to avoid this kind of diff?


https://reviews.llvm.org/D23256





More information about the llvm-commits mailing list