[commit: ghc] master: Move seqExpr, seqIdInfo etc to CoreUtils (5eee6a1)

git at git.haskell.org git at git.haskell.org
Mon Jun 1 16:15:43 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5eee6a1ffa6e1705a1517631ba599fdb4455b416/ghc

>---------------------------------------------------------------

commit 5eee6a1ffa6e1705a1517631ba599fdb4455b416
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Jun 1 08:51:10 2015 +0100

    Move seqExpr, seqIdInfo etc to CoreUtils
    
    Refactoring only : it just brings some scattered "seq" code together


>---------------------------------------------------------------

5eee6a1ffa6e1705a1517631ba599fdb4455b416
 compiler/basicTypes/Id.hs     |   2 +-
 compiler/basicTypes/IdInfo.hs |  38 +--------------
 compiler/coreSyn/CoreSyn.hs   |  73 +---------------------------
 compiler/coreSyn/CoreUtils.hs | 108 ++++++++++++++++++++++++++++++++++++++++++
 compiler/coreSyn/PprCore.hs   |   2 +-
 5 files changed, 112 insertions(+), 111 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 5eee6a1ffa6e1705a1517631ba599fdb4455b416


More information about the ghc-commits mailing list