Skip to content

Commit 6aa3d72

Browse files
fixup! move continue
1 parent 3c2a554 commit 6aa3d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,8 +982,8 @@ bool RISCVVLOptimizer::checkUsers(const MachineOperand *&CommonVL,
982982
CanReduceVL = false;
983983
break;
984984
}
985-
continue;
986985
}
986+
continue;
987987
}
988988

989989
if (mayReadPastVL(UserMI)) {

0 commit comments

Comments
 (0)