diff options
Diffstat (limited to 'src/passes/pass.cpp')
-rw-r--r-- | src/passes/pass.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/passes/pass.cpp b/src/passes/pass.cpp index 9b56fa54d..67e1ca53b 100644 --- a/src/passes/pass.cpp +++ b/src/passes/pass.cpp @@ -303,10 +303,6 @@ void PassRegistry::registerPasses() { registerPass("rereloop", "re-optimize control flow using the relooper algorithm", createReReloopPass); - registerPass("replace-stack-pointer", - "Replace llvm-generated stack pointer global with calls with " - "imported functions.", - createReplaceStackPointerPass); registerPass( "rse", "remove redundant local.sets", createRedundantSetEliminationPass); registerPass("roundtrip", |