diff options
author | simonmar <unknown> | 1999-06-09 14:28:39 +0000 |
---|---|---|
committer | simonmar <unknown> | 1999-06-09 14:28:39 +0000 |
commit | 3505f69a94879f85376e839cc535705fbc39d09a (patch) | |
tree | bf61d95517f4a8d0459f0f2585abf89a4db3598a /ghc/compiler/codeGen/CodeGen.lhs | |
parent | 2004d680b4a7b73dd0dcfe574afdbfee077877f8 (diff) | |
download | haskell-3505f69a94879f85376e839cc535705fbc39d09a.tar.gz |
[project @ 1999-06-09 14:28:37 by simonmar]
Move some code around to reduce the linkage between CgMonad and CgBindery,
and make the .hi-boot-5 file compatible with both 4.02 and 4.03.
Diffstat (limited to 'ghc/compiler/codeGen/CodeGen.lhs')
-rw-r--r-- | ghc/compiler/codeGen/CodeGen.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/codeGen/CodeGen.lhs b/ghc/compiler/codeGen/CodeGen.lhs index 35e18cb659..95926aa602 100644 --- a/ghc/compiler/codeGen/CodeGen.lhs +++ b/ghc/compiler/codeGen/CodeGen.lhs @@ -26,7 +26,7 @@ import CLabel ( CLabel, mkSRTLabel, mkClosureLabel ) import PprAbsC ( dumpRealC ) import AbsCUtils ( mkAbstractCs, mkAbsCStmts, flattenAbsC ) -import CgBindery ( CgIdInfo ) +import CgBindery ( CgIdInfo, addBindC, addBindsC ) import CgClosure ( cgTopRhsClosure ) import CgCon ( cgTopRhsCon ) import CgConTbls ( genStaticConBits ) |