[PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 06:31:01 PST 2016


tejohnson added inline comments.

================
Comment at: include/llvm/IR/FunctionInfo.h:118
@@ -86,1 +117,3 @@
+  /// Return the list of <CalleeGUID, ProfileCount> pairs.
+  std::vector<EdgeTy> &edges() { return CallGraphEdgeList; }
 };
----------------
Adding that now.


http://reviews.llvm.org/D17212





More information about the llvm-commits mailing list