Split the Id related functions out from Var into Id, document Var and some of Id
[ghc-hetmet.git] / compiler / codeGen / CgLetNoEscape.lhs
index 3d8c6fd..a39e76b 100644 (file)
@@ -9,11 +9,11 @@
 %********************************************************
 
 \begin{code}
-{-# OPTIONS_GHC -w #-}
+{-# 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/WorkingConventions#Warnings
+--     http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
 -- for details
 
 module CgLetNoEscape ( cgLetNoEscapeClosure ) where
@@ -36,6 +36,7 @@ import CmmUtils
 import CLabel
 import ClosureInfo
 import CostCentre
+import Id
 import Var
 import SMRep
 import BasicTypes