[commit: ghc] master: CmmLive: Remove some redundant exports (d85b26d)
git at git.haskell.org
git at git.haskell.org
Thu Aug 4 10:11:18 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d85b26d3dcd3efad87b31e185860645af3882d39/ghc
>---------------------------------------------------------------
commit d85b26d3dcd3efad87b31e185860645af3882d39
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Thu Aug 4 10:09:56 2016 +0000
CmmLive: Remove some redundant exports
>---------------------------------------------------------------
d85b26d3dcd3efad87b31e185860645af3882d39
compiler/cmm/CmmLive.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/cmm/CmmLive.hs b/compiler/cmm/CmmLive.hs
index 80aceaf..bbb36cb 100644
--- a/compiler/cmm/CmmLive.hs
+++ b/compiler/cmm/CmmLive.hs
@@ -11,7 +11,7 @@ module CmmLive
, cmmLocalLiveness
, cmmGlobalLiveness
, liveLattice
- , gen, kill, gen_kill
+ , gen_kill
)
where
More information about the ghc-commits
mailing list