diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2019-08-29 13:17:30 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-08-31 17:55:13 -0400 |
commit | e56251f647bbb8e851bf3a3fbd9eb2ee7a0666c7 (patch) | |
tree | 8331ffe8c30d941dfec5634fc00b639f33fbdc82 /compiler/utils/GraphBase.hs | |
parent | 7e6aeb13dae82bbff1daeea18fad7b8cf0da991b (diff) | |
download | haskell-e56251f647bbb8e851bf3a3fbd9eb2ee7a0666c7.tar.gz |
Remove redundant special case in STG pretty-printer
This special case existed for no reason, and made things inconsistent.
Before
Boolean.$bT :: Boolean.Boolean
[GblId, Str=m, Unf=OtherCon []] =
CAF_ccs \ u [] Boolean.$bT1;
After
Boolean.$bF :: Boolean.Boolean
[GblId, Str=m, Unf=OtherCon []] =
\u [] Boolean.$bF1;
The cost-centre is now hidden when not profiling, as is the case with
other types of closures.
Diffstat (limited to 'compiler/utils/GraphBase.hs')
0 files changed, 0 insertions, 0 deletions