summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2011-12-04 12:56:03 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2011-12-04 12:56:03 +0000
commit9a0adc0b01aa62bd605145a555d26645229d5cc1 (patch)
tree64bdf281e271d243514ccbf833ebfb4789e74925
parentf8b4696ca7961da632c26f9884839ba059d253f4 (diff)
downloadhaskell-9a0adc0b01aa62bd605145a555d26645229d5cc1.tar.gz
Remove unused import
-rw-r--r--compiler/llvmGen/LlvmCodeGen/CodeGen.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/llvmGen/LlvmCodeGen/CodeGen.hs b/compiler/llvmGen/LlvmCodeGen/CodeGen.hs
index 5b9e711b15..d8507ab810 100644
--- a/compiler/llvmGen/LlvmCodeGen/CodeGen.hs
+++ b/compiler/llvmGen/LlvmCodeGen/CodeGen.hs
@@ -28,7 +28,6 @@ import Unique
import Util
import Data.List ( partition )
-import Control.Monad ( liftM )
type LlvmStatements = OrdList LlvmStatement