[llvm] [RemoveDIs][DebugInfo][NFC] Add Instruction and convenience functions to DPValue (PR #77896)

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 08:10:38 PST 2024


================
@@ -328,6 +392,18 @@ void DPMarker::insertDPValue(DPValue *New, bool InsertAtHead) {
   StoredDPValues.insert(It, *New);
   New->setMarker(this);
 }
----------------
jmorse wrote:

Nit, whitespace between functions desired.

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


More information about the llvm-commits mailing list