[PATCH] D57693: [DebugInfo]Print correct value for special opcode address increment

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 4 12:41:23 PST 2019


JDevlieghere added inline comments.


================
Comment at: lib/DebugInfo/DWARF/DWARFDebugLine.cpp:820
       if (OS) {
-        *OS << "address += " << ((uint32_t)AdjustOpcode)
+        *OS << "address += " << ((uint32_t)AddrOffset)
             << ",  line += " << LineOffset << "\n";
----------------
We should remove the cast.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57693





More information about the llvm-commits mailing list