[svn:parrot] r35831 - trunk/compilers/pct/src/PAST
[email protected] Tue, 20 Jan 2009 10:51:52 -0800 (PST)
| Newsgroups | perl.cvs.parrot |
|---|---|
| Message-ID | <[email protected]> |
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'