2005-06-24 Zoltan Varga <vargaz@freemail.hu>
authorZoltan Varga <vargaz@gmail.com>
Fri, 24 Jun 2005 19:32:53 +0000 (19:32 -0000)
committerZoltan Varga <vargaz@gmail.com>
Fri, 24 Jun 2005 19:32:53 +0000 (19:32 -0000)
* iltests.il: Add conv.u4 test.

svn path=/trunk/mono/; revision=46480

mono/mini/ChangeLog
mono/mini/iltests.il

index a61e740e3e1498375bf3125b8cdb1564b75211a4..6b66c2cfd56ffbb8c071f6a4f1cdbb86f68ee655 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-24  Zoltan Varga  <vargaz@freemail.hu>
+
+       * iltests.il: Add conv.u4 test.
+
 2005-06-23  Zoltan Varga  <vargaz@freemail.hu>
 
        * inssel-long.brg: Fix bug caused by last change.
index d591a31d51be0a8d926ce3671d482cd6b839b82e..def526955a860231205cabcf154fe3cb641c6f8d 100644 (file)
@@ -554,6 +554,15 @@ COND:   ldloc.0
                ret
        }               
 
+       .method public static int32 test_1234_conv_u4 () il managed {
+               .maxstack 16
+
+               ldc.i4 1234
+               conv.u4
+               conv.i4
+               ret
+       }
+
        .method public static int32 test_0_get_type_from_handle_on_bblock_boundary () cil managed 
        {
                .maxstack 16