summaryrefslogtreecommitdiff
path: root/compiler/cmm
diff options
context:
space:
mode:
authorJan Stolarek <jan.stolarek@p.lodz.pl>2014-02-01 15:39:09 +0100
committerJan Stolarek <jan.stolarek@p.lodz.pl>2014-02-01 15:39:09 +0100
commitc6ce808845cc9e403a6bd210930f8d7943b189e2 (patch)
treea09fb3430315017416a2f09e78c4ed1343d39498 /compiler/cmm
parentea584ab634b17b499138bc44dbec777de7357c19 (diff)
downloadhaskell-c6ce808845cc9e403a6bd210930f8d7943b189e2.tar.gz
Remove unnecessary LANGUAGE pragma
Diffstat (limited to 'compiler/cmm')
-rw-r--r--compiler/cmm/CmmPipeline.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/cmm/CmmPipeline.hs b/compiler/cmm/CmmPipeline.hs
index 5c2d54d5ba..98b398f7cc 100644
--- a/compiler/cmm/CmmPipeline.hs
+++ b/compiler/cmm/CmmPipeline.hs
@@ -1,7 +1,3 @@
-{-# LANGUAGE NoMonoLocalBinds #-}
--- Norman likes local bindings
--- If this module lives on I'd like to get rid of this extension in due course
-
module CmmPipeline (
-- | Converts C-- with an implicit stack and native C-- calls into
-- optimized, CPS converted and native-call-less C--. The latter
@@ -383,4 +379,3 @@ dumpWith dflags flag txt g = do
dumpIfSet_dyn dflags flag txt (ppr g)
when (not (dopt flag dflags)) $
dumpIfSet_dyn dflags Opt_D_dump_cmm txt (ppr g)
-