[commit: ghc] master: Refactor filterAlts into two parts (ee64369)

git at git.haskell.org git at git.haskell.org
Thu Jun 18 14:18:23 UTC 2015


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

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

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

commit ee64369828f505fd6f53ddcbbb9ad4e08aa78800
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jun 18 15:16:59 2015 +0100

    Refactor filterAlts into two parts
    
    This splits filterAlts into two:
     - filterAlts
     - refineDefaultAlt
    
    No change in functionality


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

ee64369828f505fd6f53ddcbbb9ad4e08aa78800
 compiler/coreSyn/CoreUtils.hs    | 247 ++++++++++++++++++++++++++-------------
 compiler/simplCore/SimplUtils.hs | 106 ++---------------
 2 files changed, 177 insertions(+), 176 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 ee64369828f505fd6f53ddcbbb9ad4e08aa78800


More information about the ghc-commits mailing list