diff options
Diffstat (limited to 'build-js.sh')
-rwxr-xr-x | build-js.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-js.sh b/build-js.sh index 2c1c130bd..915a5a257 100755 --- a/build-js.sh +++ b/build-js.sh @@ -97,6 +97,7 @@ echo "building shared bitcode" src/passes/Precompute.cpp \ src/passes/Print.cpp \ src/passes/PrintCallGraph.cpp \ + src/passes/RedundantSetElimination.cpp \ src/passes/RelooperJumpThreading.cpp \ src/passes/RemoveImports.cpp \ src/passes/RemoveMemory.cpp \ |