[commit: ghc] master: Make CmmParse abstract (a496e9a)
Ian Lynagh
igloo at earth.li
Wed Apr 24 04:00:30 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/a496e9aa5f248d950e39181f530cfb8ef15ecdf0
>---------------------------------------------------------------
commit a496e9aa5f248d950e39181f530cfb8ef15ecdf0
Author: Ian Lynagh <ian at well-typed.com>
Date: Mon Apr 22 18:40:20 2013 +0100
Make CmmParse abstract
>---------------------------------------------------------------
compiler/codeGen/StgCmmExtCode.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/codeGen/StgCmmExtCode.hs b/compiler/codeGen/StgCmmExtCode.hs
index f73122b..941fef0 100644
--- a/compiler/codeGen/StgCmmExtCode.hs
+++ b/compiler/codeGen/StgCmmExtCode.hs
@@ -10,7 +10,7 @@
-- back in circularly (to avoid a two-pass algorithm).
module StgCmmExtCode (
- CmmParse(..),
+ CmmParse, unEC,
Named(..), Env,
loopDecls,
More information about the ghc-commits
mailing list