diff options
Diffstat (limited to 'src/passes/pass.cpp')
-rw-r--r-- | src/passes/pass.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/passes/pass.cpp b/src/passes/pass.cpp index 48d121098..b653269bf 100644 --- a/src/passes/pass.cpp +++ b/src/passes/pass.cpp @@ -270,9 +270,6 @@ void PassRegistry::registerPasses() { registerPass("print-stack-ir", "print out Stack IR (useful for internal debugging)", createPrintStackIRPass); - registerPass("relooper-jump-threading", - "thread relooper jumps (fastcomp output only)", - createRelooperJumpThreadingPass); registerPass("remove-non-js-ops", "removes operations incompatible with js", createRemoveNonJSOpsPass); |