OSDN Git Service

original
[gb-231r1-is01/GB_2.3_IS01.git] / cts / tools / vm-tests / src / dot / junit / opcodes / if_lez / d / T_if_lez_5.d
diff --git a/cts/tools/vm-tests/src/dot/junit/opcodes/if_lez/d/T_if_lez_5.d b/cts/tools/vm-tests/src/dot/junit/opcodes/if_lez/d/T_if_lez_5.d
new file mode 100644 (file)
index 0000000..705c855
--- /dev/null
@@ -0,0 +1,23 @@
+.source T_if_lez_5.java
+.class public dot.junit.opcodes.if_lez.d.T_if_lez_5
+.super java/lang/Object
+
+
+.method public <init>()V
+.limit regs 1
+
+       invoke-direct {v0}, java/lang/Object/<init>()V
+       return-void
+.end method
+
+.method public run(J)I
+.limit regs 6
+
+       if-lez v4, Label9
+       const/16 v4, 1234
+       return v4
+
+Label9:
+       const/4 v4, 1
+       return v4
+.end method