X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FRegSpillClean.hs;h=8cfeb1818ff669b9212596b405bbc49e1a0f1022;hb=6a05ec5ef5373f61b7f9f5bdc344483417fa801b;hp=fc86c89530d2e56673983f1f4cc0a3b5cdd2b882;hpb=0a50b1a7c93cd121405dc09e7a4d2ab145aec0b7;p=ghc-hetmet.git diff --git a/compiler/nativeGen/RegSpillClean.hs b/compiler/nativeGen/RegSpillClean.hs index fc86c89..8cfeb18 100644 --- a/compiler/nativeGen/RegSpillClean.hs +++ b/compiler/nativeGen/RegSpillClean.hs @@ -1,3 +1,4 @@ +{-# OPTIONS -fno-warn-missing-signatures #-} -- | Clean out unneeded spill/reload instrs -- -- * Handling of join points @@ -22,7 +23,6 @@ -- This also works if the reloads in B1/B2 were spills instead, because -- spilling %r1 to a slot makes that slot have the same value as %r1. -- -{-# OPTIONS -fno-warn-missing-signatures #-} module RegSpillClean ( cleanSpills