[PATCH] D16935: [PGO] Indirect-call profile annotation in IR level
Betul Buyukkurt via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 9 14:34:05 PST 2016
betulb added a comment.
Looks fine to me except a naming nit.
================
Comment at: lib/Transforms/Instrumentation/PGOInstrumentation.cpp:733
@@ +732,3 @@
+ ICV.visit(F);
+ unsigned NumTargets =
+ ProfileRecord.getNumValueSites(IPVK_IndirectCallTarget);
----------------
NumTargets -> NumValueSites.
http://reviews.llvm.org/D16935
More information about the llvm-commits
mailing list