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

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

[Dotgnu-pnet-commits] CVS: cscctest/c/stmt switch1.3il,1.1,1.2 switch1.


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: cscctest/c/stmt switch1.3il,1.1,1.2 switch1.il,1.1,1.2
Date: Sat, 21 Dec 2002 09:02:42 -0500

Update of /cvsroot/dotgnu-pnet/cscctest/c/stmt
In directory subversions:/tmp/cvs-serv12927/c/stmt

Modified Files:
        switch1.3il switch1.il 
Log Message:
Add the '.locals init' changes to the test suite and update all the 
affected output files.


Index: switch1.3il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/c/stmt/switch1.3il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** switch1.3il 20 Aug 2002 04:05:25 -0000      1.1
--- switch1.3il 21 Dec 2002 14:02:39 -0000      1.2
***************
*** 7,11 ****
  .method public static void 'm1'(int32 'x') cil managed 
  {
!       .locals (int32)
        ldarg.0
        dup
--- 7,11 ----
  .method public static void 'm1'(int32 'x') cil managed 
  {
!       .locals init    (int32)
        ldarg.0
        dup
***************
*** 292,296 ****
  .method public static void 'm2'(int64 'x') cil managed 
  {
!       .locals (int32)
        ldarg.0
        dup
--- 292,296 ----
  .method public static void 'm2'(int64 'x') cil managed 
  {
!       .locals init    (int32)
        ldarg.0
        dup

Index: switch1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/c/stmt/switch1.il,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** switch1.il  20 Aug 2002 04:05:25 -0000      1.1
--- switch1.il  21 Dec 2002 14:02:39 -0000      1.2
***************
*** 7,11 ****
  .method public static void 'm1'(int32 'x') cil managed 
  {
!       .locals (int32)
        ldarg.0
        dup
--- 7,11 ----
  .method public static void 'm1'(int32 'x') cil managed 
  {
!       .locals init    (int32)
        ldarg.0
        dup
***************
*** 292,296 ****
  .method public static void 'm2'(int64 'x') cil managed 
  {
!       .locals (int32)
        ldarg.0
        dup
--- 292,296 ----
  .method public static void 'm2'(int64 'x') cil managed 
  {
!       .locals init    (int32)
        ldarg.0
        dup




reply via email to

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