[llvm] [RemoveDIs][DebugInfo] Create overloads of debug intrinsic utilities for DPValues (PR #78313)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 16 10:27:19 PST 2024
================
@@ -162,6 +162,17 @@ DebugLoc llvm::getDebugValueLoc(DbgVariableIntrinsic *DII) {
// with the correct scope / inlinedAt fields.
return DILocation::get(DII->getContext(), 0, 0, Scope, InlinedAt);
}
----------------
jmorse wrote:
Newline desired
https://github.com/llvm/llvm-project/pull/78313
More information about the llvm-commits
mailing list