diff options
Diffstat (limited to 'ghc/compiler/codeGen/CgLoop1.hs')
-rw-r--r-- | ghc/compiler/codeGen/CgLoop1.hs | 9 |
1 files changed, 0 insertions, 9 deletions
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 |