Make various assertions work when !DEBUG
[ghc-hetmet.git] / compiler / codeGen / CodeGen.lhs
index 30ebd83..4221342 100644 (file)
@@ -15,7 +15,7 @@ functions drive the mangling of top-level bindings.
 -- The above warning supression flag is a temporary kludge.
 -- While working on this module you are encouraged to remove it and fix
 -- any warnings in the module. See
---     http://hackage.haskell.org/trac/ghc/wiki/CodingStyle#Warnings
+--     http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
 -- for details
 
 module CodeGen ( codeGen ) where
@@ -54,10 +54,7 @@ import OccName
 import TyCon
 import Module
 import ErrUtils
-
-#ifdef DEBUG
 import Panic
-#endif
 \end{code}
 
 \begin{code}
@@ -70,6 +67,10 @@ codeGen :: DynFlags
        -> HpcInfo
        -> IO [Cmm]             -- Output
 
+                -- N.B. returning '[Cmm]' and not 'Cmm' here makes it
+                -- possible for object splitting to split up the
+                -- pieces later.
+
 codeGen dflags this_mod data_tycons imported_mods 
        cost_centre_info stg_binds hpc_info
   = do