diff options
Diffstat (limited to 'src/binaryen-shell.cpp')
-rw-r--r-- | src/binaryen-shell.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binaryen-shell.cpp b/src/binaryen-shell.cpp index 95cf3abef..55beb6aa8 100644 --- a/src/binaryen-shell.cpp +++ b/src/binaryen-shell.cpp @@ -210,6 +210,7 @@ int main(int argc, char **argv) { passes.push_back("remove-unused-brs"); passes.push_back("remove-unused-names"); passes.push_back("merge-blocks"); + passes.push_back("simplify-locals"); } else { // otherwise, assumed to be a pass const char* name = curr + 1; |