blob: 0ad63aa87c3bc9cf150ba85e1719df957be218a9 [file] [log] [blame]
Alan Leungca7f26c2017-12-19 18:15:53 -08001.source "T_if_le_4.java"
2.class public Ldot/junit/opcodes/if_le/d/T_if_le_4;
3.super Ljava/lang/Object;
4
5
6.method public constructor <init>()V
7.registers 1
8
9 invoke-direct {v0}, Ljava/lang/Object;-><init>()V
10 return-void
11.end method
12
13.method public run(II)I
14.registers 8
15
16 if-le v6, v8, :Label11
17 const/16 v6, 1234
18 return v6
19
20:Label11
21 const/4 v6, 1
22 return v6
23.end method