[project @ 2000-04-21 12:57:54 by simonpj]
[ghc-hetmet.git] / ghc / compiler / main / Main.lhs
index 3efd09c..4ffef76 100644 (file)
@@ -208,7 +208,8 @@ doIt (core_cmds, stg_cmds)
        --------------------------  Code output -------------------------------
     show_pass "CodeOutput"                             >>
     _scc_     "CodeOutput"
-    codeOutput this_mod local_tycons local_classes stg_binds2
+    codeOutput this_mod local_tycons local_classes
+              tidy_binds stg_binds2
               c_code h_code abstractC 
               ncg_uniqs                                >>