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 a7f85e595..b2b9551c9 100644 --- a/src/passes/pass.cpp +++ b/src/passes/pass.cpp @@ -512,6 +512,9 @@ void PassRegistry::registerPasses() { registerTestPass("catch-pop-fixup", "fixup nested pops within catches", createCatchPopFixupPass); + registerTestPass("experimental-type-generalizing", + "generalize types (not yet sound)", + createTypeGeneralizingPass); } void PassRunner::addIfNoDWARFIssues(std::string passName) { |