diff options
author | Norman Ramsey <nr@eecs.harvard.edu> | 2007-09-15 20:10:30 +0000 |
---|---|---|
committer | Norman Ramsey <nr@eecs.harvard.edu> | 2007-09-15 20:10:30 +0000 |
commit | cd437edc8792e5dbcfaa6a6b9948364e9d9d08f3 (patch) | |
tree | 3faffa8e98db3d5046d7f619b3a12ccfb75bca5b /compiler/cmm/ZipDataflow.hs | |
parent | 6cc7a2957040c2d751a14c3776cf144152be4dd0 (diff) | |
download | haskell-cd437edc8792e5dbcfaa6a6b9948364e9d9d08f3.tar.gz |
get freshBlockId out of ZipCfg and bury it in MkZipCfg where it belongs
Diffstat (limited to 'compiler/cmm/ZipDataflow.hs')
-rw-r--r-- | compiler/cmm/ZipDataflow.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/ZipDataflow.hs b/compiler/cmm/ZipDataflow.hs index cf18b13341..2b7cb14779 100644 --- a/compiler/cmm/ZipDataflow.hs +++ b/compiler/cmm/ZipDataflow.hs @@ -17,7 +17,7 @@ where import CmmTx import DFMonad -import ZipCfg hiding (freshBlockId) -- use version from DFMonad +import ZipCfg import qualified ZipCfg as G import Outputable |