Author: pmichaud
Date: Tue Jan 20 10:51:51 2009
New Revision: 35831

Modified:
   trunk/compilers/pct/src/PAST/Compiler.pir

Log:
[pct]:  Add 'neg' opcode signature.


Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir   (original)
+++ trunk/compilers/pct/src/PAST/Compiler.pir   Tue Jan 20 10:51:51 2009
@@ -70,6 +70,7 @@
     piropsig['getprop']    = 'P~P'
     piropsig['mod']        = 'PP+'
     piropsig['mul']        = 'PP+'
+    piropsig['neg']        = 'PP'
     piropsig['n_neg']      = 'PP'
     piropsig['newclosure'] = 'PP'
     piropsig['not']        = 'PP'

Reply via email to