aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorAkshat Oke <Akshat.Oke@amd.com>2024-10-22 15:15:56 +0530
committerGitHub <noreply@github.com>2024-10-22 15:15:56 +0530
commit93802815abdb1e1f326162b930a8028eaccb73d5 (patch)
tree3fede2ef595ff1a3e60a76b9b55e21a0452b6c3c /llvm/lib/CodeGen/CodeGen.cpp
parent83c6e2f8f4d3436a9cc1ebe10476e32e0fce3a9d (diff)
downloadllvm-93802815abdb1e1f326162b930a8028eaccb73d5.zip
llvm-93802815abdb1e1f326162b930a8028eaccb73d5.tar.gz
llvm-93802815abdb1e1f326162b930a8028eaccb73d5.tar.bz2
[NewPM][CodeGen] Port VirtRegMap to NPM (#109936)
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp
index 2d7f351..66fc5de 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -138,7 +138,7 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeUnpackMachineBundlesPass(Registry);
initializeUnreachableBlockElimLegacyPassPass(Registry);
initializeUnreachableMachineBlockElimPass(Registry);
- initializeVirtRegMapPass(Registry);
+ initializeVirtRegMapWrapperLegacyPass(Registry);
initializeVirtRegRewriterPass(Registry);
initializeWasmEHPreparePass(Registry);
initializeWinEHPreparePass(Registry);