X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FnativeGen%2FRegAllocLinear.hs;h=4d6b556fb10f757b747ff87901c14dd63bcac762;hp=d72a1696da48c852408324c75f8783f1376c60af;hb=ad94d40948668032189ad22a0ad741ac1f645f50;hpb=f2033eff4f1f49728f2180e902db32ae9da29b0e diff --git a/compiler/nativeGen/RegAllocLinear.hs b/compiler/nativeGen/RegAllocLinear.hs index d72a169..4d6b556 100644 --- a/compiler/nativeGen/RegAllocLinear.hs +++ b/compiler/nativeGen/RegAllocLinear.hs @@ -1,3 +1,10 @@ +{-# OPTIONS -w #-} +-- The above warning supression flag is a temporary kludge. +-- While working on this module you are encouraged to remove it and fix +-- any warnings in the module. See +-- http://hackage.haskell.org/trac/ghc/wiki/CodingStyle#Warnings +-- for details + ----------------------------------------------------------------------------- -- -- The register allocator