X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FcprAnalysis%2FCprAnalyse.lhs;h=cbc28442ea2faf5dc132170e6c17c7a95a87520c;hb=c0624c7661a229bfeed128ca96b07e2f4d5d677c;hp=17c4f58f1efaf0ed104e715b55416c8b85271a62;hpb=973539a893ff512a3e9ac408c1583a080de0abf4;p=ghc-hetmet.git diff --git a/ghc/compiler/cprAnalysis/CprAnalyse.lhs b/ghc/compiler/cprAnalysis/CprAnalyse.lhs index 17c4f58..cbc2844 100644 --- a/ghc/compiler/cprAnalysis/CprAnalyse.lhs +++ b/ghc/compiler/cprAnalysis/CprAnalyse.lhs @@ -2,7 +2,7 @@ constructed product result} \begin{code} -#ifndef DEBUG +#ifndef OLD_STRICTNESS module CprAnalyse ( ) where #else @@ -311,5 +311,5 @@ getCprAbsVal v = case idCprInfo v of arity = idArity v -- Imported (non-nullary) constructors will have the CPR property -- in their IdInfo, so no need to look at their unfolding -#endif /* DEBUG */ +#endif /* OLD_STRICTNESS */ \end{code}