Skip to content

Commit 7b68d9f

Browse files
committed
Update correct dependency
1 parent b1d74ad commit 7b68d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ char SILowerSGPRSpillsLegacy::ID = 0;
9595
INITIALIZE_PASS_BEGIN(SILowerSGPRSpillsLegacy, DEBUG_TYPE,
9696
"SI lower SGPR spill instructions", false, false)
9797
INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass)
98-
INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy)
9998
INITIALIZE_PASS_DEPENDENCY(MachineDominatorTreeWrapperPass)
99+
INITIALIZE_PASS_DEPENDENCY(SlotIndexesWrapperPass)
100100
INITIALIZE_PASS_END(SILowerSGPRSpillsLegacy, DEBUG_TYPE,
101101
"SI lower SGPR spill instructions", false, false)
102102

0 commit comments

Comments
 (0)