diff options
author | Ian Lynagh <igloo@earth.li> | 2012-07-16 12:24:48 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-07-16 12:24:48 +0100 |
commit | 6f6870de11f3f635cbffa98b646502a35faf274a (patch) | |
tree | 25334d8cd116a4c10224b832b7bd99526eb5655b /compiler/nativeGen/RegAlloc/Graph/Main.hs | |
parent | 3e7034f6d19f3826548b485aa3216a1b08756db7 (diff) | |
download | haskell-6f6870de11f3f635cbffa98b646502a35faf274a.tar.gz |
Remove redundant warning suppression
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Graph/Main.hs')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Graph/Main.hs | 1 |
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. |