Skip to content
Snippets Groups Projects
Commit c6ce8088 authored by Jan Stolarek's avatar Jan Stolarek
Browse files

Remove unnecessary LANGUAGE pragma

parent ea584ab6
No related branches found
No related tags found
No related merge requests found
{-# 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 ( module CmmPipeline (
-- | Converts C-- with an implicit stack and native C-- calls into -- | Converts C-- with an implicit stack and native C-- calls into
-- optimized, CPS converted and native-call-less C--. The latter -- optimized, CPS converted and native-call-less C--. The latter
...@@ -383,4 +379,3 @@ dumpWith dflags flag txt g = do ...@@ -383,4 +379,3 @@ dumpWith dflags flag txt g = do
dumpIfSet_dyn dflags flag txt (ppr g) dumpIfSet_dyn dflags flag txt (ppr g)
when (not (dopt flag dflags)) $ when (not (dopt flag dflags)) $
dumpIfSet_dyn dflags Opt_D_dump_cmm txt (ppr g) dumpIfSet_dyn dflags Opt_D_dump_cmm txt (ppr g)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment