[PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 23:54:21 PST 2016
joker.eph added inline comments.
================
Comment at: include/llvm/IR/FunctionInfo.h:105
@@ -86,1 +104,3 @@
+ /// Return the list of <CalleeGUID, ProfileCount> pairs.
+ std::vector<EdgeTy> &edges() { return CallGraphEdgeList; }
};
----------------
Missing const variant.
http://reviews.llvm.org/D17212
More information about the llvm-commits
mailing list