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