[llvm] [RemoveDIs][NFC] Add DPLabel class [2/3] (PR #82376)
Stephen Tozer via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 06:18:02 PST 2024
================
@@ -2676,6 +2676,7 @@ class AssemblyWriter {
void printInstruction(const Instruction &I);
void printDPMarker(const DPMarker &DPI);
void printDPValue(const DPValue &DPI);
+ void printDPLabel(const DPLabel &DPL);
void printDbgRecord(const DbgRecord &DPI);
----------------
SLTozer wrote:
`printDbgRecord` should be updated to call through to `printDPLabel`, right?
https://github.com/llvm/llvm-project/pull/82376
More information about the llvm-commits
mailing list