diff options
Diffstat (limited to 'src/passes/pass.cpp')
-rw-r--r-- | src/passes/pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/passes/pass.cpp b/src/passes/pass.cpp index 525248924..d7391a390 100644 --- a/src/passes/pass.cpp +++ b/src/passes/pass.cpp @@ -193,6 +193,8 @@ void PassRegistry::registerPasses() { registerPass("gufa-optimizing", "GUFA plus local optimizations in functions we modified", createGUFAOptimizingPass); + registerPass( + "optimize-j2cl", "optimizes J2CL specific constructs.", createJ2CLOptsPass); registerPass("type-refining", "apply more specific subtypes to type fields where possible", createTypeRefiningPass); |