[PATCH] D13260: StackMap field into AsmPrinter

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 05:46:09 PDT 2015


mcrosier added a subscriber: mcrosier.

================
Comment at: include/llvm/CodeGen/AsmPrinter.h:111
@@ -109,1 +110,3 @@
 
+  /// The stackmaps
+  StackMaps SM;
----------------
This could use a better comment.  When writing comments, write them as English prose, which means they should use proper capitalization, punctuation, etc.

http://llvm.org/docs/CodingStandards.html#commenting


http://reviews.llvm.org/D13260





More information about the llvm-commits mailing list