Update bytecode text tests in JVM_IR

This commit is contained in:
Dmitry Petrov
2020-02-17 17:48:50 +03:00
parent 64141b8b38
commit 94d20d9176
20 changed files with 52 additions and 6 deletions
@@ -17,5 +17,11 @@ fun infiniteLoop() {
while(true) {}
}
// JVM_TEMPLATES
// 2 GOTO L7
// 1 GOTO L1
// 1 GOTO L1
// JVM_IR_TEMPLATES
// 1 GOTO L6
// 1 GOTO L7
// 1 GOtO L0