From: Ben.Lippmeier@anu.edu.au Date: Fri, 14 Sep 2007 09:43:20 +0000 (+0000) Subject: Replace missing '#' on options pragma X-Git-Tag: 2007-09-25~42 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0a50b1a7c93cd121405dc09e7a4d2ab145aec0b7 Replace missing '#' on options pragma --- diff --git a/compiler/nativeGen/RegSpillClean.hs b/compiler/nativeGen/RegSpillClean.hs index 1157f83..fc86c89 100644 --- a/compiler/nativeGen/RegSpillClean.hs +++ b/compiler/nativeGen/RegSpillClean.hs @@ -22,7 +22,7 @@ -- 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 #-} +{-# OPTIONS -fno-warn-missing-signatures #-} module RegSpillClean ( cleanSpills