diff options
Diffstat (limited to 'src/passes/pass.cpp')
-rw-r--r-- | src/passes/pass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/passes/pass.cpp b/src/passes/pass.cpp index 62b3683fa..5f5db2f7f 100644 --- a/src/passes/pass.cpp +++ b/src/passes/pass.cpp @@ -491,6 +491,9 @@ void PassRegistry::registerPasses() { registerPass("strip-target-features", "strip the wasm target features section", createStripTargetFeaturesPass); + registerPass("translate-eh-old-to-new", + "translate old EH instructions to new ones", + createTranslateEHOldToNewPass); registerPass("trap-mode-clamp", "replace trapping operations with clamping semantics", createTrapModeClamp); |