Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler / codeGen / CgParallel.hs
index b826a33..afc1744 100644 (file)
@@ -1,6 +1,19 @@
+-----------------------------------------------------------------------------
+--
+-- (c) The University of Glasgow -2006
+--
 -- Code generation relaed to GpH
 --     (a) parallel
 --     (b) GranSim
+--
+-----------------------------------------------------------------------------
+
+{-# OPTIONS -w #-}
+-- 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/Commentary/CodingStyle#Warnings
+-- for details
 
 module CgParallel(
        staticGranHdr,staticParHdr,
@@ -9,10 +22,10 @@ module CgParallel(
   ) where
 
 import CgMonad
-import CgCallConv      ( mkRegLiveness )
-import Id              ( Id )
-import Cmm             ( CmmLit, GlobalReg(..), node, CmmExpr )
-import StaticFlags     ( opt_GranMacros )
+import CgCallConv
+import Id
+import Cmm
+import StaticFlags
 import Outputable
 
 staticParHdr :: [CmmLit]