aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/RegAllocBasic.cpp
diff options
context:
space:
mode:
authorChristudasan Devadasan <christudasan.devadasan@amd.com>2025-02-05 12:17:59 +0530
committerGitHub <noreply@github.com>2025-02-05 12:17:59 +0530
commit5aa4979c47255770cac7b557f3e4a980d0131d69 (patch)
tree9388ed20133f04d85cf8b2eae09436b6faa5a7ac /llvm/lib/CodeGen/RegAllocBasic.cpp
parent1d8c8d5dd0b73ee4285ab03e5ffa9bcc62a4a4d1 (diff)
downloadllvm-5aa4979c47255770cac7b557f3e4a980d0131d69.zip
llvm-5aa4979c47255770cac7b557f3e4a980d0131d69.tar.gz
llvm-5aa4979c47255770cac7b557f3e4a980d0131d69.tar.bz2
CodeGen][NewPM] Port MachineScheduler to NPM. (#125703)
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocBasic.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocBasic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocBasic.cpp b/llvm/lib/CodeGen/RegAllocBasic.cpp
index e1f0540..51e047b 100644
--- a/llvm/lib/CodeGen/RegAllocBasic.cpp
+++ b/llvm/lib/CodeGen/RegAllocBasic.cpp
@@ -135,7 +135,7 @@ INITIALIZE_PASS_DEPENDENCY(LiveDebugVariablesWrapperLegacy)
INITIALIZE_PASS_DEPENDENCY(SlotIndexesWrapperPass)
INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass)
INITIALIZE_PASS_DEPENDENCY(RegisterCoalescerLegacy)
-INITIALIZE_PASS_DEPENDENCY(MachineScheduler)
+INITIALIZE_PASS_DEPENDENCY(MachineSchedulerLegacy)
INITIALIZE_PASS_DEPENDENCY(LiveStacksWrapperLegacy)
INITIALIZE_PASS_DEPENDENCY(AAResultsWrapperPass)
INITIALIZE_PASS_DEPENDENCY(MachineDominatorTreeWrapperPass)