JVM_IR add bytecode shape check to all relevant for-loop tests
This commit is contained in:
committed by
TeamCityServer
parent
d9e4dec810
commit
860c80d210
@@ -40,5 +40,8 @@ fun uShortRangeTo(a: UShort, b: UShort) { for (i in a .. b) {} }
|
||||
// 16 IINC
|
||||
|
||||
// JVM_IR_TEMPLATES
|
||||
// 136 ILOAD
|
||||
// 56 ISTORE
|
||||
// 0 IADD
|
||||
// 20 IINC
|
||||
// 0 ISUB
|
||||
// 20 IINC
|
||||
Reference in New Issue
Block a user