Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mapped getlexrelcaller
  • Loading branch information
FROGGS committed Oct 28, 2013
1 parent 1931744 commit 0d34a3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/vm/moar/QAST/QASTOperationsMAST.nqp
Expand Up @@ -1893,6 +1893,7 @@ QAST::MASTOperations.add_core_moarop_mapping('getlexouter', 'getlexouter');
QAST::MASTOperations.add_core_moarop_mapping('getlexrel', 'getlexrel');
QAST::MASTOperations.add_core_moarop_mapping('getlexreldyn', 'getlexreldyn');
QAST::MASTOperations.add_core_moarop_mapping('getlexrelcaller', 'getlexrelcaller');
QAST::MASTOperations.add_core_moarop_mapping('getlexcaller', 'getlexcaller');
QAST::MASTOperations.add_core_op('locallifetime', -> $qastcomp, $op {
# TODO: take advantage of this info for code-gen, if possible.
$qastcomp.as_mast($op[0])
Expand Down
2 changes: 1 addition & 1 deletion tools/build/MOAR_REVISION
@@ -1 +1 @@
2013.10-102-g9b2d43b
2013.10-107-g9ccc1d0

0 comments on commit 0d34a3e

Please sign in to comment.