[commit: ghc] master: CoreUtils: Move size utilities to CoreStats (ae0e340)
git at git.haskell.org
git at git.haskell.org
Thu Jul 16 22:07:53 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ae0e340195b3af8e34daecf4ecd21e571f9ccf74/ghc
>---------------------------------------------------------------
commit ae0e340195b3af8e34daecf4ecd21e571f9ccf74
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Jun 22 12:35:02 2015 +0200
CoreUtils: Move size utilities to CoreStats
This allows PprCore to use these functions. It will soon do so to enable
CoreLint to output size annotations on top-level bindings.
>---------------------------------------------------------------
ae0e340195b3af8e34daecf4ecd21e571f9ccf74
compiler/coreSyn/CoreLint.hs | 1 +
compiler/coreSyn/CoreStats.hs | 128 ++++++++++++++++++++++++++++++++++++++++
compiler/coreSyn/CoreUtils.hs | 117 ------------------------------------
compiler/ghc.cabal.in | 1 +
compiler/ghc.mk | 1 +
compiler/main/TidyPgm.hs | 3 +-
compiler/simplCore/SimplCore.hs | 4 +-
7 files changed, 135 insertions(+), 120 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 ae0e340195b3af8e34daecf4ecd21e571f9ccf74
More information about the ghc-commits
mailing list