diff options
author | Akshat Oke <Akshat.Oke@amd.com> | 2025-03-24 11:34:45 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-24 11:34:45 +0530 |
commit | 174110bf3c3b5dc6efa466392f740bb6e9e9acf6 (patch) | |
tree | 783ea35cf4e0c7d755a98a34c01a4fcddc632b6e /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 3c2731ce46f01a984a9cc1807207de8d333bc350 (diff) | |
download | llvm-174110bf3c3b5dc6efa466392f740bb6e9e9acf6.zip llvm-174110bf3c3b5dc6efa466392f740bb6e9e9acf6.tar.gz llvm-174110bf3c3b5dc6efa466392f740bb6e9e9acf6.tar.bz2 |
[CodeGen][NPM] Port LiveDebugValues to NPM (#131563)
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp index 6da72c8..9544151 100644 --- a/llvm/lib/CodeGen/CodeGen.cpp +++ b/llvm/lib/CodeGen/CodeGen.cpp @@ -58,7 +58,7 @@ void llvm::initializeCodeGen(PassRegistry &Registry) { initializeInterleavedLoadCombinePass(Registry); initializeInterleavedAccessPass(Registry); initializeJMCInstrumenterPass(Registry); - initializeLiveDebugValuesPass(Registry); + initializeLiveDebugValuesLegacyPass(Registry); initializeLiveDebugVariablesWrapperLegacyPass(Registry); initializeLiveIntervalsWrapperPassPass(Registry); initializeLiveRangeShrinkPass(Registry); |