[Git][ghc/ghc][wip/nested-cpr-2019] Debug output
Sebastian Graf
gitlab at gitlab.haskell.org
Thu Apr 23 13:26:08 UTC 2020
Sebastian Graf pushed to branch wip/nested-cpr-2019 at Glasgow Haskell Compiler / GHC
Commits:
fad4dd62 by Sebastian Graf at 2020-04-23T15:26:03+02:00
Debug output
- - - - -
1 changed file:
- compiler/GHC/Core/Opt/CprAnal.hs
Changes:
=====================================
compiler/GHC/Core/Opt/CprAnal.hs
=====================================
@@ -138,7 +138,7 @@ cprAnal, cprAnal'
-> CoreExpr -- ^ expression to be denoted by a 'CprType'
-> (CprType, CoreExpr) -- ^ the updated expression and its 'CprType'
-cprAnal env args e = pprTraceWith "cprAnal" (\res -> ppr (fst (res)) $$ ppr e) $
+cprAnal env args e = -- pprTraceWith "cprAnal" (\res -> ppr (fst (res)) $$ ppr e) $
cprAnal' env args e
cprAnal' _ _ (Lit lit) = (whnfTermCprType, Lit lit)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fad4dd628baff152151a6d3af318fd25eda24303
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fad4dd628baff152151a6d3af318fd25eda24303
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200423/40f0273f/attachment.html>
More information about the ghc-commits
mailing list