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

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

[Dotgnu-pnet-commits] CVS: pnet/codegen cg_arith.tc,1.12,1.13


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/codegen cg_arith.tc,1.12,1.13
Date: Tue, 19 Nov 2002 01:12:32 -0500

Update of /cvsroot/dotgnu-pnet/pnet/codegen
In directory subversions:/tmp/cvs-serv17437/codegen

Modified Files:
        cg_arith.tc 
Log Message:


Use "rem.un" to modulus unsigned integer types.


Index: cg_arith.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/codegen/cg_arith.tc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** cg_arith.tc 1 Nov 2002 10:28:09 -0000       1.12
--- cg_arith.tc 19 Nov 2002 06:12:28 -0000      1.13
***************
*** 1253,1257 ****
  ILBinary_ApplyOp(ILNode_Rem, ILMachineType_NativeUInt)
  {
!       ILGenSimple(info, IL_OP_REM);
  }
  ILBinary_ApplyOp(ILNode_Rem, ILMachineType_Float32)
--- 1253,1257 ----
  ILBinary_ApplyOp(ILNode_Rem, ILMachineType_NativeUInt)
  {
!       ILGenSimple(info, IL_OP_REM_UN);
  }
  ILBinary_ApplyOp(ILNode_Rem, ILMachineType_Float32)





reply via email to

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