sv_clear can manipulate the arena array directly too.
[p5sagit/p5-mst-13.2.git] / opcode.pl
index 4582b9b..ae7ee66 100755 (executable)
--- a/opcode.pl
+++ b/opcode.pl
@@ -76,6 +76,8 @@ my @raw_alias = (
                 Perl_pp_defined => [qw(dor dorassign)],
                  Perl_pp_and => ['andassign'],
                 Perl_pp_or => ['orassign'],
+                Perl_pp_ucfirst => ['lcfirst'],
+                Perl_pp_sle => [qw(slt sgt sge)],
                );
 
 while (my ($func, $names) = splice @raw_alias, 0, 2) {