[commit: ghc] newcg: tiny refactoring (d4befa3)

Simon Marlow marlowsd at gmail.com
Wed Feb 15 14:02:22 CET 2012


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

On branch  : newcg

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

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

commit d4befa38cc2e08b496394179950bbc42807dc640
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Tue Feb 14 11:45:25 2012 +0000

    tiny refactoring

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

 compiler/cmm/CmmBuildInfoTables.hs |    3 +--
 compiler/codeGen/CgInfoTbls.hs     |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/compiler/cmm/CmmBuildInfoTables.hs b/compiler/cmm/CmmBuildInfoTables.hs
index d15d408..43ff2b0 100644
--- a/compiler/cmm/CmmBuildInfoTables.hs
+++ b/compiler/cmm/CmmBuildInfoTables.hs
@@ -18,8 +18,7 @@ module CmmBuildInfoTables
     , TopSRT, emptySRT, srtToData
     , bundleCAFs
     , lowerSafeForeignCalls
-    , cafTransfers
-    , mkLiveness )
+    , cafTransfers )
 where
 
 #include "HsVersions.h"
diff --git a/compiler/codeGen/CgInfoTbls.hs b/compiler/codeGen/CgInfoTbls.hs
index ed5c526..7a31f49 100644
--- a/compiler/codeGen/CgInfoTbls.hs
+++ b/compiler/codeGen/CgInfoTbls.hs
@@ -36,7 +36,7 @@ import CgBindery
 import CgCallConv
 import CgUtils
 import CgMonad
-import CmmBuildInfoTables
+import CmmUtils
 
 import OldCmm
 import CLabel





More information about the Cvs-ghc mailing list