diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.ml b/src/main.ml index 2502ac4d..79a04c4e 100644 --- a/src/main.ml +++ b/src/main.ml @@ -113,6 +113,9 @@ let () = (* Print the module *) main_log#ldebug (lazy ("\n" ^ Print.Module.module_to_string m ^ "\n")); + (* Apply the pre-passes *) + let m = PrePasses.apply_passes m in + (* Some options for the execution *) let config = { |