[commit: ghc] master: Cleanup: add mkIntExpr and zeroExpr utils (de3a8f7)

Simon Marlow marlowsd at gmail.com
Mon Sep 3 10:55:33 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/de3a8f7631b5276c30c90a256e8135a8ff3095e7

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

commit de3a8f7631b5276c30c90a256e8135a8ff3095e7
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Tue Aug 28 16:09:50 2012 +0100

    Cleanup: add mkIntExpr and zeroExpr utils

 compiler/cmm/CmmLayoutStack.hs    |    6 ++--
 compiler/cmm/CmmUtils.hs          |   23 +++++++++++------
 compiler/codeGen/CgClosure.lhs    |    8 +++---
 compiler/codeGen/CgForeignCall.hs |    2 +-
 compiler/codeGen/CgHeapery.lhs    |   12 ++++----
 compiler/codeGen/CgPrimOp.hs      |    4 +-
 compiler/codeGen/CgProf.hs        |    6 ++--
 compiler/codeGen/StgCmmBind.hs    |    2 +-
 compiler/codeGen/StgCmmForeign.hs |    2 +-
 compiler/codeGen/StgCmmHeap.hs    |    2 +-
 compiler/codeGen/StgCmmPrim.hs    |   51 ++++++++++++++++++-------------------
 compiler/codeGen/StgCmmProf.hs    |    6 ++--
 compiler/codeGen/StgCmmTicky.hs   |    4 +-
 compiler/codeGen/StgCmmUtils.hs   |    8 +++---
 14 files changed, 71 insertions(+), 65 deletions(-)


Diff suppressed because of size. To see it, use:

    git show de3a8f7631b5276c30c90a256e8135a8ff3095e7



More information about the Cvs-ghc mailing list