diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-08 12:58:42 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-08 16:17:04 -0700 |
commit | baed7faab5779faa6e177f5276044379d4addd12 (patch) | |
tree | 50ecc97edc1f576085b9abe921ccc590adc62bf7 /regen | |
parent | a2278b6a4df245dc9db4e52815cdd713a3799982 (diff) | |
download | perl-baed7faab5779faa6e177f5276044379d4addd12.tar.gz |
Constant folding for x
Diffstat (limited to 'regen')
-rw-r--r-- | regen/opcodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/opcodes b/regen/opcodes index d92c397882..8666d8c924 100644 --- a/regen/opcodes +++ b/regen/opcodes @@ -126,7 +126,7 @@ divide division (/) ck_null IfsT2 S S i_divide integer division (/) ck_null ifsT2 S S modulo modulus (%) ck_null IifsT2 S S i_modulo integer modulus (%) ck_null ifsT2 S S -repeat repeat (x) ck_repeat mt2 L S +repeat repeat (x) ck_repeat fmt2 L S add addition (+) ck_null IfsT2 S S i_add integer addition (+) ck_null ifsT2 S S |