[PATCH] D54465: [CodeGen] Fix bugs in LiveDebugVariables when debug labels are generated.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 14 22:18:18 PST 2018


HsiangKai added inline comments.


================
Comment at: lib/CodeGen/LiveDebugVariables.cpp:415
+  /// handleDebugLabel - Add DBG_LABEL instruction to UserLabel.
+  /// @param MI  DBG_LABEL instruction
+  /// @param Idx Last valid SlotIndex before instruction.
----------------
aprantl wrote:
> Would you mind doing an NFC commit that just fixes up all the doxygen comments in this file?
> 
> We generally use `\` instead of `@`.
I create a NFC commit in https://reviews.llvm.org/D54568


Repository:
  rL LLVM

https://reviews.llvm.org/D54465





More information about the llvm-commits mailing list