[PATCH] D15829: [PGO] Clang Option that enables IR level PGO instrumentation

David Li via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 5 15:27:15 PST 2016


davidxl added inline comments.

================
Comment at: include/clang/Frontend/CodeGenOptions.h:234
@@ +233,3 @@
+
+  /// \brief Check if IR profile instrumenation is on.
+  bool hasProfileIRInstr() const {
----------------
typo: instrumentation


http://reviews.llvm.org/D15829





More information about the cfe-commits mailing list