Skip to content

Commit aabf6df

Browse files
committed
[RISCV] Remove redundant dependency on SlotIndexes in RISCVInsertVSETVLI. NFC
SlotIndexes is already marked as a transitive requirement of LiveIntervals, so we don't need to specify it again in RISCVInsertVSETVLI.
1 parent f07d300 commit aabf6df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,6 @@ class RISCVInsertVSETVLI : public MachineFunctionPass {
892892

893893
AU.addUsedIfAvailable<LiveIntervals>();
894894
AU.addPreserved<LiveIntervals>();
895-
AU.addUsedIfAvailable<SlotIndexes>();
896895
AU.addPreserved<SlotIndexes>();
897896
AU.addPreserved<LiveDebugVariables>();
898897
AU.addPreserved<LiveStacks>();

0 commit comments

Comments
 (0)