summaryrefslogtreecommitdiff
path: root/compiler/cmm/CmmContFlowOpt.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-09-12 16:22:00 +0000
committerIan Lynagh <igloo@earth.li>2007-09-12 16:22:00 +0000
commit1241c26f3552a2037263769e5ef7fa68d9f3be36 (patch)
treef8b629f786d37dbb21351c0e7a19971c86a6f656 /compiler/cmm/CmmContFlowOpt.hs
parentb494094bdec3f756010583342ce7bd1fed805281 (diff)
downloadhaskell-1241c26f3552a2037263769e5ef7fa68d9f3be36.tar.gz
Remove warning flags from individual compiler modules
We now set the flags once and for all in compiler/Makefile.
Diffstat (limited to 'compiler/cmm/CmmContFlowOpt.hs')
-rw-r--r--compiler/cmm/CmmContFlowOpt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmContFlowOpt.hs b/compiler/cmm/CmmContFlowOpt.hs
index 4e319c82b2..022b2ddaa5 100644
--- a/compiler/cmm/CmmContFlowOpt.hs
+++ b/compiler/cmm/CmmContFlowOpt.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS -Wall -fno-warn-name-shadowing #-}
+
module CmmContFlowOpt
( runCmmOpts, cmmCfgOpts, cmmCfgOptsZ
, branchChainElimZ, removeUnreachableBlocksZ