[PATCH] D13260: StackMap field into AsmPrinter

Kyungwoo Lee via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 10:18:45 PDT 2015


kyulee1 added inline comments.

================
Comment at: include/llvm/CodeGen/AsmPrinter.h:111
@@ -109,1 +110,3 @@
 
+  /// This holds stackmap, patchpoint, or statepoint data that are lowered.
+  StackMaps SM;
----------------
Updated the comment.


http://reviews.llvm.org/D13260





More information about the llvm-commits mailing list