[commit: ghc] master: Tidy up: move info-table related stuff to CmmInfo (48b9589)
Simon Marlow
marlowsd at gmail.com
Thu Jan 24 10:57:44 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/48b958948cc36b3cad95e8661a642b21f120b468
>---------------------------------------------------------------
commit 48b958948cc36b3cad95e8661a642b21f120b468
Author: Simon Marlow <marlowsd at gmail.com>
Date: Wed Jan 23 10:19:25 2013 +0000
Tidy up: move info-table related stuff to CmmInfo
Prep for #709
compiler/cmm/CmmInfo.hs | 155 +++++++++++++++++++++++++++++++++++++-
compiler/cmm/CmmLayoutStack.hs | 2 +-
compiler/cmm/CmmParse.y | 1 +
compiler/codeGen/StgCmmBind.hs | 1 +
compiler/codeGen/StgCmmExpr.hs | 1 +
compiler/codeGen/StgCmmLayout.hs | 122 +-----------------------------
compiler/codeGen/StgCmmPrim.hs | 1 +
compiler/ghci/DebuggerUtils.hs | 2 +-
8 files changed, 161 insertions(+), 124 deletions(-)
Diff suppressed because of size. To see it, use:
git show 48b958948cc36b3cad95e8661a642b21f120b468
More information about the ghc-commits
mailing list