JVM_IR fixes after review

This commit is contained in:
Dmitry Petrov
2021-08-24 13:00:49 +03:00
committed by TeamCityServer
parent f4dd75e769
commit c30b23ed01
6 changed files with 12 additions and 22 deletions
+4 -1
View File
@@ -12,9 +12,12 @@ fun box() {
}
// JVM_IR and JVM backends have different heuristics for when to use a switch.
// JVM_IR inlines constant value subject and folds unreachable branches.
// LINENUMBERS
// test.kt:4 box
// LINENUMBERS JVM_IR
// test.kt:5 box
// test.kt:7 box
// LINENUMBERS
// test.kt:10 box
// test.kt:12 box