diff options
Diffstat (limited to 'src/passes/MergeLocals.cpp')
-rw-r--r-- | src/passes/MergeLocals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/MergeLocals.cpp b/src/passes/MergeLocals.cpp index b669c20d3..94710d641 100644 --- a/src/passes/MergeLocals.cpp +++ b/src/passes/MergeLocals.cpp @@ -81,7 +81,7 @@ struct MergeLocals // have a new assignment of $y at the location of the copy, // which makes it easy for us to see if the value if $y // is still used after that point - super::doWalkFunction(func); + Super::doWalkFunction(func); // optimize the copies, merging when we can, and removing // the trivial assigns we added temporarily |