Skip to content

Commit 488edca

Browse files
committed
Fix comment
1 parent 3e4fd37 commit 488edca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ bool RISCVInsertVSETVLI::canMutatePriorConfig(
17571757
}
17581758

17591759
// If we define VL and need to move the definition up, check we can extend
1760-
// the live interval upwards from PrevMI to MI.
1760+
// the live interval upwards from MI to PrevMI.
17611761
Register VL = MI.getOperand(0).getReg();
17621762
if (VL.isVirtual() && LIS &&
17631763
LIS->getInterval(VL).overlaps(LIS->getInstructionIndex(PrevMI),

0 commit comments

Comments
 (0)