summaryrefslogtreecommitdiff
path: root/ghc/compiler/codeGen
diff options
context:
space:
mode:
authorsof <unknown>1997-06-05 21:31:19 +0000
committersof <unknown>1997-06-05 21:31:19 +0000
commit8ecbfdb22c730ec76bee66202d36d4e6800c78f1 (patch)
tree86da97954833f04bee7ae9d129b4e9e1e3d2fc01 /ghc/compiler/codeGen
parent6bc3aaf9c08aa2d52a308cea07fe8226220e8ce8 (diff)
downloadhaskell-8ecbfdb22c730ec76bee66202d36d4e6800c78f1.tar.gz
[project @ 1997-06-05 21:31:08 by sof]
not used anymore
Diffstat (limited to 'ghc/compiler/codeGen')
-rw-r--r--ghc/compiler/codeGen/CGLoop1.hs1
-rw-r--r--ghc/compiler/codeGen/CgLoop1.hs9
2 files changed, 0 insertions, 10 deletions
diff --git a/ghc/compiler/codeGen/CGLoop1.hs b/ghc/compiler/codeGen/CGLoop1.hs
deleted file mode 100644
index 06227bcc18..0000000000
--- a/ghc/compiler/codeGen/CGLoop1.hs
+++ /dev/null
@@ -1 +0,0 @@
-module IdLoop () where
diff --git a/ghc/compiler/codeGen/CgLoop1.hs b/ghc/compiler/codeGen/CgLoop1.hs
deleted file mode 100644
index b5cd421c98..0000000000
--- a/ghc/compiler/codeGen/CgLoop1.hs
+++ /dev/null
@@ -1,9 +0,0 @@
-module CgLoop1
-
- (
- module CgBindery,
- module CgUsages
- ) where
-
-import CgBindery
-import CgUsages