[PATCH] D21771: [OptRemark] RFC: Add hotness attribute

Michael Zolotukhin via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 11:07:34 PDT 2016


mzolotukhin added a comment.

A couple of typos spotted:


================
Comment at: include/llvm/IR/DiagnosticInfo.h:425
@@ +424,3 @@
+  /// The number of times the corresponding code was executed in a profile
+  /// instrumentation run.  If profile informatin is not avaiable, this zero.
+  uint64_t Hotness;
----------------
s/informatin/information/
s/this zero/this is zero/


http://reviews.llvm.org/D21771





More information about the llvm-commits mailing list