[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 08:49:13 PST 2016


joker.eph added inline comments.

================
Comment at: include/llvm/IR/FunctionInfo.h:291
@@ +290,3 @@
+public:
+  FunctionSummaryIOHelper() {}
+
----------------
Why this?
If needed, replace with `FunctionSummaryIOHelper() = default;`


http://reviews.llvm.org/D17212





More information about the llvm-commits mailing list