X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FnativeGen%2FX86%2FCond.hs;h=4907059ae786ad98d101e4168d7148c4cf0d017c;hp=60e40b9654dea67b82ee5d6ef2b872250462402a;hb=20c0e6ccf28b0961d2c5f6516b57e52fa2c13b33;hpb=17839aa386be663260622e5b86980e6fd9bb89a4 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