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

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Wed Nov 25 15:55:32 UTC 2009


Author: pmichaud
Date: Wed Nov 25 15:55:29 2009
New Revision: 42805
URL: https://trac.parrot.org/parrot/changeset/42805

Log:
[pct]:  Add 'copy' opcode to %piropsig.

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

Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir	Wed Nov 25 08:12:41 2009	(r42804)
+++ trunk/compilers/pct/src/PAST/Compiler.pir	Wed Nov 25 15:55:29 2009	(r42805)
@@ -69,6 +69,7 @@
     piropsig['chr']        = 'Si'
     piropsig['clone']      = 'PP'
     piropsig['concat']     = 'PP~'
+    piropsig['copy']       = '0PP'
     piropsig['defined']    = 'IP'
     piropsig['die']        = 'v~'
     piropsig['div']        = 'PP+'


More information about the parrot-commits mailing list