aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorAkshat Oke <Akshat.Oke@amd.com>2025-07-09 15:31:31 +0530
committerGitHub <noreply@github.com>2025-07-09 15:31:31 +0530
commitb33d95fb8a873d1bd4d41323873e93d8c3cbd2a5 (patch)
tree47e315fce76aa196794846831b15f41051896333 /llvm/lib/CodeGen/CodeGen.cpp
parentc3d9f31b11eb3db5591e21cb9d6def98d39c1cb1 (diff)
downloadllvm-b33d95fb8a873d1bd4d41323873e93d8c3cbd2a5.zip
llvm-b33d95fb8a873d1bd4d41323873e93d8c3cbd2a5.tar.gz
llvm-b33d95fb8a873d1bd4d41323873e93d8c3cbd2a5.tar.bz2
[CodeGen][NPM] Port InitUndef to NPM (#138495)
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 5250534..aa3591c 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -54,7 +54,7 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeIfConverterPass(Registry);
initializeImplicitNullChecksPass(Registry);
initializeIndirectBrExpandLegacyPassPass(Registry);
- initializeInitUndefPass(Registry);
+ initializeInitUndefLegacyPass(Registry);
initializeInterleavedLoadCombinePass(Registry);
initializeInterleavedAccessPass(Registry);
initializeJMCInstrumenterPass(Registry);