[Git][ghc/ghc][wip/T24359] Remove accidental trace
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Wed Nov 27 08:28:19 UTC 2024
Simon Peyton Jones pushed to branch wip/T24359 at Glasgow Haskell Compiler / GHC
Commits:
0295f87c by Simon Peyton Jones at 2024-11-27T08:28:05+00:00
Remove accidental trace
- - - - -
1 changed file:
- compiler/GHC/Core/Opt/Simplify/Utils.hs
Changes:
=====================================
compiler/GHC/Core/Opt/Simplify/Utils.hs
=====================================
@@ -455,7 +455,7 @@ mkRewriteCall :: Id -> RuleEnv -> RewriteCall
mkRewriteCall fun rule_env
| not (null rules) = TryRules n_required rules
| canUnfold unf = TryInlining
- | otherwise = pprTrace "mkRewriteCall" (ppr fun) TryNothing
+ | otherwise = TryNothing
where
n_required = maximum (map ruleArity rules)
rules = getRules rule_env fun
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0295f87c7d484a6a7795356115c2e9ea973f58b4
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0295f87c7d484a6a7795356115c2e9ea973f58b4
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/20241127/3699e943/attachment.html>
More information about the ghc-commits
mailing list