summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-07 21:31:16 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-07 21:31:16 +0000
commitafd9910b0da24dd1fe1207d445456a8c0f2176c5 (patch)
treebf1afd50faf8057693db8f35281eb708e516b5bf /opcode.pl
parentffb8d87aed2af02cd51b9c989d04b1c37420bea3 (diff)
downloadperl-afd9910b0da24dd1fe1207d445456a8c0f2176c5.tar.gz
Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
of the 4. Not that any are that popular.) p4raw-id: //depot/perl@26039
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcode.pl b/opcode.pl
index 0c1026d744..ae7ee666d7 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -77,6 +77,7 @@ my @raw_alias = (
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) {