[svn:parrot] r37737 - trunk/compilers/pct/src/PAST

allison at svn.parrot.org allison at svn.parrot.org
Thu Mar 26 03:07:31 UTC 2009


Author: allison
Date: Thu Mar 26 03:07:31 2009
New Revision: 37737
URL: https://trac.parrot.org/parrot/changeset/37737

Log:
[pct] Add a signature for 'bxor'.

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

Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir	Thu Mar 26 02:45:51 2009	(r37736)
+++ trunk/compilers/pct/src/PAST/Compiler.pir	Thu Mar 26 03:07:31 2009	(r37737)
@@ -61,6 +61,7 @@
     piropsig['istrue']     = 'IP'
     piropsig['add']        = 'PP+'
     piropsig['band']       = 'PPP'
+    piropsig['bxor']       = 'PPP'
     piropsig['bnot']       = 'PP'
     piropsig['bor']        = 'PPP'
     piropsig['concat']     = 'PP~'


More information about the parrot-commits mailing list