[llvm] [RemoveDIs][NFC] Rename DPValue -> DbgVariableRecord (PR #85216)

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 09:43:32 PDT 2024


================
@@ -2703,7 +2703,7 @@ class AssemblyWriter {
   void printInstructionLine(const Instruction &I);
   void printInstruction(const Instruction &I);
   void printDPMarker(const DPMarker &DPI);
-  void printDPValue(const DPValue &DPI);
+  void printDbgVariableRecord(const DbgVariableRecord &DPI);
----------------
OCHyams wrote:

Worth renaming `DPI`?

https://github.com/llvm/llvm-project/pull/85216


More information about the llvm-commits mailing list