Update EXPECTED_REACHABLE_NODES after introducing top-level comparator

#KT-18067
This commit is contained in:
Ilya Gorbunov
2018-08-15 17:15:30 +03:00
parent ed53983e1e
commit ebc64da52a
27 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// IGNORE_BACKEND: JS_IR
// EXPECTED_REACHABLE_NODES: 1384
// EXPECTED_REACHABLE_NODES: 1528
fun imul32(a: Int, b: Int): Int = js("Kotlin").imulEmulated(a, b)
fun imul64(a: Int, b: Int): Int = (a.toLong() * b.toLong()).toInt()