[project @ 1996-05-06 11:01:29 by partain]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgBindery.lhs
index 8c5814a..534fa94 100644 (file)
@@ -45,7 +45,9 @@ import Id             ( idPrimRep, toplevelishId, isDataCon,
                        )
 import Maybes          ( catMaybes )
 import Name            ( isLocallyDefined )
+#ifdef DEBUG
 import PprAbsC         ( pprAmode )
+#endif
 import PprStyle                ( PprStyle(..) )
 import StgSyn          ( StgArg(..), StgLiveVars(..), GenStgArg(..) )
 import Unpretty                ( uppShow )