aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorVikram Hegde <115221833+vikramRH@users.noreply.github.com>2025-07-16 13:23:27 +0530
committerGitHub <noreply@github.com>2025-07-16 13:23:27 +0530
commit4aa85cc3136e1b6d389ed0a9a109a17b1199a242 (patch)
treee3248403d5d0701201794460264a5d236611a5e9 /llvm/lib/CodeGen/CodeGen.cpp
parent5d367080a8475600bae9cf1c793f2dacfde76c90 (diff)
downloadllvm-4aa85cc3136e1b6d389ed0a9a109a17b1199a242.zip
llvm-4aa85cc3136e1b6d389ed0a9a109a17b1199a242.tar.gz
llvm-4aa85cc3136e1b6d389ed0a9a109a17b1199a242.tar.bz2
[CodeGen][NPM] Port ProcessImplicitDefs to NPM (#148110)
same as https://github.com/llvm/llvm-project/pull/138829 Co-authored-by : Oke, Akshat <[Akshat.Oke@amd.com](mailto:Akshat.Oke@amd.com)>
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 b9b3949..c3b4077 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -110,7 +110,7 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializePostRAHazardRecognizerLegacyPass(Registry);
initializePostRASchedulerLegacyPass(Registry);
initializePreISelIntrinsicLoweringLegacyPassPass(Registry);
- initializeProcessImplicitDefsPass(Registry);
+ initializeProcessImplicitDefsLegacyPass(Registry);
initializeRABasicPass(Registry);
initializeRAGreedyLegacyPass(Registry);
initializeRegAllocFastPass(Registry);