Skip to content

Commit ea4b201

Browse files
committed
Update correct dependency
1 parent 091304c commit ea4b201

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
@@ -83,7 +83,7 @@ char SILowerSGPRSpillsLegacy::ID = 0;
8383
INITIALIZE_PASS_BEGIN(SILowerSGPRSpillsLegacy, DEBUG_TYPE,
8484
"SI lower SGPR spill instructions", false, false)
8585
INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass)
86-
INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperPass)
86+
INITIALIZE_PASS_DEPENDENCY(SlotIndexesWrapperPass)
8787
INITIALIZE_PASS_END(SILowerSGPRSpillsLegacy, DEBUG_TYPE,
8888
"SI lower SGPR spill instructions", false, false)
8989

0 commit comments

Comments
 (0)