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

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 17 01:23:20 PST 2018


dstenb added inline comments.


================
Comment at: lib/CodeGen/LiveDebugVariables.cpp:1400
 
+void UserLabel::emitDebugLabels(LiveIntervals &LIS,
+                                const TargetInstrInfo &TII) {
----------------
Should this be called `emitDebugLabel` instead, given that we only emit one label per UserLabel?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54465/new/

https://reviews.llvm.org/D54465





More information about the llvm-commits mailing list