[PATCH] D45341: [DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 16 09:13:02 PDT 2018


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/CodeGen/AsmPrinter/AsmPrinter.cpp:915
 
+/// emitDebugLabelComment - This method handles the target-independent form
+/// of DBG_LABEL, returning true if it was able to do so.  A false return
----------------
`/// This method handles the target-independent form`
don't repeat the function name.


Repository:
  rL LLVM

https://reviews.llvm.org/D45341





More information about the llvm-commits mailing list