Merge remote branch 'origin/master' into ghc-new-co
[ghc-hetmet.git] / compiler / cmm / CmmCPS.hs
index aad0037..6e97100 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.