Created
August 4, 2012 19:13
-
-
Save jnthn/3259432 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/Perl6/Optimizer.pm b/src/Perl6/Optimizer.pm | |
index abcff71..7961ab1 100644 | |
--- a/src/Perl6/Optimizer.pm | |
+++ b/src/Perl6/Optimizer.pm | |
@@ -503,6 +503,7 @@ class Perl6::Optimizer { | |
if $call.named -> $name { | |
$inlined.named($name); | |
} | |
+ $inlined.node($call.node); | |
$inlined | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment