Skip to content

Commit

Permalink
Move comment closer to code it describes
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jan 7, 2018
1 parent b77d875 commit 6632879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Optimizer.nqp
Expand Up @@ -1350,10 +1350,10 @@ class Perl6::Optimizer {
self.optimize_private_method_call($op);
}

# See if we can staticalize a chain op
if $op.op eq 'chain' {
$!chain_depth := $!chain_depth - 1;

# See if we can staticalize this op
my $obj;
my $found;
try {
Expand Down

0 comments on commit 6632879

Please sign in to comment.