Skip to content

Commit 69a35c3

Browse files
committed
fix fallthrough
1 parent 1a5e49e commit 69a35c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/nodes/loop/CountedLoopInfo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ public boolean ivCanNeverOverflow(InductionVariable iv) {
639639
return false;
640640
}
641641
}
642+
return false;
642643
}
643644

644645
// BELOW: limitCheckedIV case

0 commit comments

Comments
 (0)