dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: cscctest/csharp/stmt locals2.il,1.3,1.4 loca


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: cscctest/csharp/stmt locals2.il,1.3,1.4 locals2.jl,1.2,1.3
Date: Sat, 24 May 2003 03:50:39 -0400

Update of /cvsroot/dotgnu-pnet/cscctest/csharp/stmt
In directory subversions:/tmp/cvs-serv11942/csharp/stmt

Modified Files:
        locals2.il locals2.jl 
Log Message:
Update test cases involving 'const' variables


Index: locals2.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/locals2.il,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** locals2.il  21 Dec 2002 14:02:40 -0000      1.3
--- locals2.il  24 May 2003 07:50:36 -0000      1.4
***************
*** 12,19 ****
  .method private static hidebysig int32 'm2'() cil managed 
  {
!       .locals init    (int32, int32)
        ldc.i4.s        20
!       stloc.1
!       ldloc.1
        ret
        .maxstack 1
--- 12,19 ----
  .method private static hidebysig int32 'm2'() cil managed 
  {
!       .locals init    (int32)
        ldc.i4.s        20
!       stloc.0
!       ldloc.0
        ret
        .maxstack 1

Index: locals2.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/stmt/locals2.jl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** locals2.jl  7 Sep 2002 00:57:09 -0000       1.2
--- locals2.jl  24 May 2003 07:50:36 -0000      1.3
***************
*** 13,20 ****
  {
        bipush  20
!       istore_1
!       iload_1
        ireturn
!       .locals 2
        .maxstack 1
  } // method m2
--- 13,20 ----
  {
        bipush  20
!       istore_0
!       iload_0
        ireturn
!       .locals 1
        .maxstack 1
  } // method m2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]