summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmContFlowOpt.hs
diff options
context:
space:
mode:
authorNorman Ramsey <nr@eecs.harvard.edu>2007-09-11 15:06:35 +0000
committerNorman Ramsey <nr@eecs.harvard.edu>2007-09-11 15:06:35 +0000
commitc0a5a5d2e41341046aaf37c1d2155372e7ed3ee8 (patch)
tree4d8992c7b35e9945042645c2bbb5739fb73a4ef5 /compiler/cmm/CmmContFlowOpt.hs
parent8acda75bd98763ac5643a2152960102a4d98122b (diff)
downloadhaskell-c0a5a5d2e41341046aaf37c1d2155372e7ed3ee8.tar.gz
split the CmmGraph constructor interface from the representation
Interface MkZipCfgCmm should now be sufficient for all construction needs, though some identifiers are re-exported from (and explained in) MkZipCfg. ZipCfgCmmRep should be used only by modules involved in analysis, optimization, or translation of Cmm programs.
Diffstat (limited to 'compiler/cmm/CmmContFlowOpt.hs')
-rw-r--r--compiler/cmm/CmmContFlowOpt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmContFlowOpt.hs b/compiler/cmm/CmmContFlowOpt.hs
index 149d33e0b3..7581d81fdb 100644
--- a/compiler/cmm/CmmContFlowOpt.hs
+++ b/compiler/cmm/CmmContFlowOpt.hs
@@ -8,7 +8,7 @@ where
import Cmm
import CmmTx
import qualified ZipCfg as G
-import ZipCfgCmm
+import ZipCfgCmmRep
import Maybes
import Util
import UniqFM