This BIG PATCH contains most of the work for the New Coercion Representation
[ghc-hetmet.git] / compiler / cmm / CmmCPS.hs
index b9f6db3..64c77be 100644 (file)
@@ -1,6 +1,7 @@
 {-# OPTIONS_GHC -XNoMonoLocalBinds #-}
 -- Norman likes local bindings
 -- If this module lives on I'd like to get rid of this flag in due course
+
 module CmmCPS (
   -- | Converts C-- with full proceedures and parameters
   -- to a CPS transformed C-- with the stack made manifest.