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

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

[Dotgnu-pnet-commits] CVS: pnet/cscc/c c_function.c,1.18,1.19


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/c c_function.c,1.18,1.19
Date: Sat, 28 Dec 2002 12:17:04 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc/c
In directory subversions:/tmp/cvs-serv2834/cscc/c

Modified Files:
        c_function.c 
Log Message:
Add an "info" parameter to ILNode_EndsInReturnImpl


Index: c_function.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/c/c_function.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** c_function.c        20 Sep 2002 01:05:53 -0000      1.18
--- c_function.c        28 Dec 2002 17:17:02 -0000      1.19
***************
*** 487,491 ****
                /* Generate a fake return statement to force the function to 
jump
                   to the end of the method if control reaches here */
!               if(!ILNodeEndsInFlowChange(body))
                {
                        ILNode *node = ILNode_Return_create();
--- 487,491 ----
                /* Generate a fake return statement to force the function to 
jump
                   to the end of the method if control reaches here */
!               if(!ILNodeEndsInFlowChange(body,info))
                {
                        ILNode *node = ILNode_Return_create();
***************
*** 538,542 ****
        /* Add an explicit return instruction if the body didn't */
        outputLabel = 0;
!       if(!ILNodeEndsInFlowChange(body))
        {
                if(info->returnLabel != ILLabel_Undefined &&
--- 538,542 ----
        /* Add an explicit return instruction if the body didn't */
        outputLabel = 0;
!       if(!ILNodeEndsInFlowChange(body,info))
        {
                if(info->returnLabel != ILLabel_Undefined &&




reply via email to

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