Move building of "not empty" condition (used to check if loop is empty)

from ForLoopsLowering into ForLoopHeader, reducing the building logic in
ForLoopsLowering.
This commit is contained in:
Mark Punzalan
2019-03-19 22:57:21 -07:00
committed by max-kammerer
parent a2e3d3635e
commit 7b153b2b68
9 changed files with 94 additions and 93 deletions

View File

@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
const val N = 42L
fun test(): Long {