[commit: ghc] wip/T8598: Replace mkTopDmdType by mkClosedStrictSig (3cdf125)
git at git.haskell.org
git at git.haskell.org
Mon Dec 9 16:09:41 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T8598
Link : http://ghc.haskell.org/trac/ghc/changeset/3cdf12512d51454e6eefd1f6ceb9827b9f9976c2/ghc
>---------------------------------------------------------------
commit 3cdf12512d51454e6eefd1f6ceb9827b9f9976c2
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Dec 9 16:09:03 2013 +0000
Replace mkTopDmdType by mkClosedStrictSig
because it is not a top deman (see previous commit), and it is only used
in an argument to mkStrictSig.
>---------------------------------------------------------------
3cdf12512d51454e6eefd1f6ceb9827b9f9976c2
compiler/basicTypes/Demand.lhs | 10 +++++-----
compiler/basicTypes/MkId.lhs | 8 ++++----
compiler/coreSyn/CoreArity.lhs | 2 +-
compiler/coreSyn/MkCore.lhs | 4 ++--
compiler/prelude/primops.txt.pp | 10 +++++-----
compiler/specialise/SpecConstr.lhs | 2 +-
compiler/stranal/WorkWrap.lhs | 6 +++---
7 files changed, 21 insertions(+), 21 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 3cdf12512d51454e6eefd1f6ceb9827b9f9976c2
More information about the ghc-commits
mailing list