NCG: Validate fixes for x86-linux
[ghc-hetmet.git] / compiler / nativeGen / X86 / Cond.hs
index 60e40b9..4907059 100644 (file)
@@ -26,7 +26,7 @@ data Cond
        | OFLO
        | PARITY
        | NOTPARITY
-
+       deriving Eq
 
 condUnsigned :: Cond -> Bool
 condUnsigned GU  = True