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

On branch  : master

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

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

commit de3a8f7631b5276c30c90a256e8135a8ff3095e7
Author: Simon Marlow <[email protected]>
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

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to