summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/RegAlloc/Graph/Main.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-07-16 12:24:48 +0100
committerIan Lynagh <igloo@earth.li>2012-07-16 12:24:48 +0100
commit6f6870de11f3f635cbffa98b646502a35faf274a (patch)
tree25334d8cd116a4c10224b832b7bd99526eb5655b /compiler/nativeGen/RegAlloc/Graph/Main.hs
parent3e7034f6d19f3826548b485aa3216a1b08756db7 (diff)
downloadhaskell-6f6870de11f3f635cbffa98b646502a35faf274a.tar.gz
Remove redundant warning suppression
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Graph/Main.hs')
-rw-r--r--compiler/nativeGen/RegAlloc/Graph/Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/Main.hs b/compiler/nativeGen/RegAlloc/Graph/Main.hs
index bae3de8f16..46a32e2b6d 100644
--- a/compiler/nativeGen/RegAlloc/Graph/Main.hs
+++ b/compiler/nativeGen/RegAlloc/Graph/Main.hs
@@ -1,4 +1,3 @@
-{-# OPTIONS -fno-warn-missing-signatures #-}
-- | Graph coloring register allocator.
--
-- TODO: The colors in graphviz graphs for x86_64 and ppc could be nicer.