[PATCH] D12781: PGO IR-level instrumentation infrastructure

David Li via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 10:50:12 PST 2015


davidxl added a comment.

Looks good with the minor fix.


================
Comment at: lib/Transforms/Instrumentation/PGOInstrumentation.cpp:309
@@ +308,3 @@
+
+#if 0
+class PGOGenFunc {
----------------
Remove unused code.


http://reviews.llvm.org/D12781





More information about the llvm-commits mailing list