Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove graphs_s op
  • Loading branch information
zhuomingliang committed Jan 11, 2016
1 parent ab366b6 commit a161dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/moar/QAST/QASTRegexCompilerMAST.nqp
Expand Up @@ -164,7 +164,7 @@ class QAST::MASTRegexCompiler {
ival(nqp::hintfor($!cursor_type, '$!restart'))),
op('isconcrete', $i19, $tmp),
op('bindlex', $*BLOCK.resolve_lexical(''), $cur),
op('graphs_s', $eos, $tgt),
op('chars', $eos, $tgt),
op('eq_i', $i0, $one, $i19),
op('if_i', $i0, $restartlabel),
op('gt_i', $i0, $pos, $eos),
Expand Down

0 comments on commit a161dbd

Please sign in to comment.