X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FX86%2FCond.hs;h=4907059ae786ad98d101e4168d7148c4cf0d017c;hb=b2bd63f99d643f6b3eb30bb72bb9ae26d4183252;hp=60e40b9654dea67b82ee5d6ef2b872250462402a;hpb=b04a210e26ca57242fd052f2aa91011a80b76299;p=ghc-hetmet.git diff --git a/compiler/nativeGen/X86/Cond.hs b/compiler/nativeGen/X86/Cond.hs index 60e40b9..4907059 100644 --- a/compiler/nativeGen/X86/Cond.hs +++ b/compiler/nativeGen/X86/Cond.hs @@ -26,7 +26,7 @@ data Cond | OFLO | PARITY | NOTPARITY - + deriving Eq condUnsigned :: Cond -> Bool condUnsigned GU = True