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 fd5359206..41d2026bc 100644
--- a/src/passes/pass.cpp
+++ b/src/passes/pass.cpp
@@ -112,6 +112,7 @@ void PassRegistry::registerPasses() {
registerPass("precompute-propagate", "computes compile-time evaluatable expressions and propagates them through locals", createPrecomputePropagatePass);
registerPass("print", "print in s-expression format", createPrinterPass);
registerPass("print-minified", "print in minified s-expression format", createMinifiedPrinterPass);
+ registerPass("print-features", "print options for enabled features", createPrintFeaturesPass);
registerPass("print-full", "print in full s-expression format", createFullPrinterPass);
registerPass("print-call-graph", "print call graph", createPrintCallGraphPass);
registerPass("print-stack-ir", "print out Stack IR (useful for internal debugging)", createPrintStackIRPass);