Avoid true condition generation for do while loop, since it confuses the Java verifier.

Change-Id: I96eca6623a91a8365090768f42c6e865b612e1cc
This commit is contained in:
Steven Schäfer
2019-03-05 08:46:40 +01:00
committed by max-kammerer
parent 59fda8d7ce
commit eec25dbea2
3 changed files with 27 additions and 25 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
var field: Int = 0
fun next(): Int {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
var field: Int = 0
fun next(): Int {