[PATCH] D25961: [PGO] Fix select instruction annotation
David Li via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 25 13:21:46 PDT 2016
davidxl added inline comments.
================
Comment at: lib/Transforms/Instrumentation/PGOInstrumentation.cpp:685
+ // Position of counter that being read out.
+ uint32_t CountPosition;
----------------
that being read out --> that remains to be read.
================
Comment at: lib/Transforms/Instrumentation/PGOInstrumentation.cpp:686
+ // Position of counter that being read out.
+ uint32_t CountPosition;
+
----------------
initialize new members.
https://reviews.llvm.org/D25961
More information about the llvm-commits
mailing list