Remove platform CPP from nativeGen/PPC/CodeGen.hs
[ghc-hetmet.git] / compiler / codeGen / CgExpr.lhs-boot
1 \begin{code}
2 module CgExpr where
3 import StgSyn( StgExpr )
4 import CgMonad( Code )
5
6 cgExpr :: StgExpr -> Code
7 \end{code}