2009-07-20 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / tests / metadata-verifier / assembly-with-locals.il
index 29fa906da892de95a820c4b62c4aaf529d13cf4e..0fca914d8deec55b5e92a4283a2c4d7585040d0f 100644 (file)
@@ -21,8 +21,9 @@
                                          int32*
                                                modreq ([mscorlib]System.Runtime.CompilerServices.IsVolatile) pinned
                                                modopt ([mscorlib]System.Runtime.CompilerServices.IsVolatile) V_3,
-                                         typedref V_4,
-                                         int32 V_5)
+                                         typedref& V_4,
+                                         int32& V_5,
+                                         int32 V_6)
                ret
        } 
        
@@ -30,7 +31,6 @@
        {
                .maxstack 8
                .locals init (int32 & V_0, int32 V_1)
-               ldc.i4.1
                ret
        }