summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgCase.lhs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2011-08-22 15:24:29 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-08-25 11:12:30 +0100
commit493c12ff54673679a79c242f3f0e224019d7117f (patch)
treec943d4ee8524349b7a78fd615cdec4a5f43e8f4b /compiler/codeGen/CgCase.lhs
parent5b167f5edad7d3268de20452da7af05c38972f7c (diff)
downloadhaskell-493c12ff54673679a79c242f3f0e224019d7117f.tar.gz
More refactoring (CgRep)
* Move CgRep (private to old codgen) from SMRep to ClosureInfo * Avoid using CgRep in new codegen * Move SMRep and Bitmap from codeGen/ to cmm/
Diffstat (limited to 'compiler/codeGen/CgCase.lhs')
-rw-r--r--compiler/codeGen/CgCase.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/codeGen/CgCase.lhs b/compiler/codeGen/CgCase.lhs
index 649bda87ef..0eace0d577 100644
--- a/compiler/codeGen/CgCase.lhs
+++ b/compiler/codeGen/CgCase.lhs
@@ -26,7 +26,6 @@ import CgProf
import CgInfoTbls
import ClosureInfo
-import SMRep
import OldCmmUtils
import OldCmm