X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FcodeGen%2FCgBindery.lhs;h=534fa9499b76895e0e76be673b31b1a052e2bf18;hb=68afb16743cafd5b7495771d359891c6dfc5a186;hp=8c5814a7adbab8b31565d246d3aed17e6d32a053;hpb=3990d44447b6c38a2effd68beb50da459dfd19fc;p=ghc-hetmet.git diff --git a/ghc/compiler/codeGen/CgBindery.lhs b/ghc/compiler/codeGen/CgBindery.lhs index 8c5814a..534fa94 100644 --- a/ghc/compiler/codeGen/CgBindery.lhs +++ b/ghc/compiler/codeGen/CgBindery.lhs @@ -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 )