summaryrefslogtreecommitdiff
path: root/src/passes/pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/passes/pass.cpp')
-rw-r--r--src/passes/pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/passes/pass.cpp b/src/passes/pass.cpp
index 6dd9926f6..72c415ed8 100644
--- a/src/passes/pass.cpp
+++ b/src/passes/pass.cpp
@@ -217,6 +217,7 @@ void PassRegistry::registerPasses() {
"apply the assumption that asyncify never unwinds",
createModAsyncifyNeverUnwindPass);
registerPass("nm", "name list", createNameListPass);
+ registerPass("name-types", "(re)name all heap types", createNameTypesPass);
registerPass("no-exit-runtime",
"removes calls to atexit(), which is valid if the C runtime "
"will never be exited",