Skip to content

Commit 6555575

Browse files
committed
Map nqp::indexingoptimized op.
1 parent 13c0c48 commit 6555575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,6 +2277,7 @@ QAST::MASTOperations.add_core_moarop_mapping('decodertakeline', 'decodertakeline
22772277
QAST::MASTOperations.add_core_moarop_mapping('decoderbytesavailable', 'decoderbytesavailable');
22782278
QAST::MASTOperations.add_core_moarop_mapping('decodertakebytes', 'decodertakebytes');
22792279
QAST::MASTOperations.add_core_moarop_mapping('decoderempty', 'decoderempty');
2280+
QAST::MASTOperations.add_core_moarop_mapping('indexingoptimized', 'indexingoptimized');
22802281

22812282
QAST::MASTOperations.add_core_op('tclc', -> $qastcomp, $op {
22822283
my @operands := $op.list;

0 commit comments

Comments
 (0)