Author: pmichaud
Date: Wed Jul 23 06:27:26 2008
New Revision: 29697
Modified:
trunk/compilers/pct/src/PAST/Compiler.pir
Log:
[pct]: Add 'pow' opcode signature to PAST::Compiler
Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir (original)
+++ trunk/compilers/pct/src/PAST/Compiler.pir Wed Jul 23 06:27:26 2008
@@ -72,6 +72,7 @@
piropsig['n_shl'] = 'PP+'
piropsig['n_shr'] = 'PP+'
piropsig['n_sub'] = 'PP+'
+ piropsig['pow'] = 'NN+'
piropsig['print'] = 'v*'
piropsig['set'] = 'PP'
set_global '%piropsig', piropsig