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/csharp cs_semantics.tc,1.9,1.10


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/csharp cs_semantics.tc,1.9,1.10
Date: Mon, 18 Nov 2002 17:12:33 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc/csharp
In directory subversions:/tmp/cvs-serv2509/cscc/csharp

Modified Files:
        cs_semantics.tc 
Log Message:
fix CSSemType to use ILNode_SemAnalysisType


Index: cs_semantics.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/csharp/cs_semantics.tc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** cs_semantics.tc     9 Nov 2002 21:24:13 -0000       1.9
--- cs_semantics.tc     18 Nov 2002 22:12:31 -0000      1.10
***************
*** 174,178 ****
        save = info->inSemType;
        info->inSemType = info->typeGather;
!       value = ILNode_SemAnalysis(type, info, parent);
        info->inSemType = save;
  
--- 174,178 ----
        save = info->inSemType;
        info->inSemType = info->typeGather;
!       value = ILNode_SemAnalysisType(type, info, parent);
        info->inSemType = save;
  





reply via email to

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