summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-10-24 12:46:52 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-10-24 17:50:19 -0700
commit1a8bdda9d755b989a595e71b28eba150ebaae663 (patch)
tree51db4a809010bf9a9febe2d85eb5d428cee569c1 /opcode.h
parent348e937b56a12497c3c54e7a108457159955398f (diff)
downloadperl-1a8bdda9d755b989a595e71b28eba150ebaae663.tar.gz
rv2hv does not use its TARG
rv2hv has had a TARG since perl 5.000, but it has not used it since hv_scalar was added in perl-5.8.0-3008-ga3bcc51. This commit removes it, saving a tiny bit of space in the pad.
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 0770646121..44067824b2 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1865,7 +1865,7 @@ EXTCONST U32 PL_opargs[] = {
0x00004b08, /* keys */
0x00001b00, /* delete */
0x00001b04, /* exists */
- 0x00000148, /* rv2hv */
+ 0x00000140, /* rv2hv */
0x00014204, /* helem */
0x00024401, /* hslice */
0x00024401, /* kvhslice */