Skip to content

Commit c41ce68

Browse files
committed
[GR-60504] IV overflow fix fallthrough.
PullRequest: graal/19619
2 parents 35039fb + 69a35c3 commit c41ce68

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)