NCG: Validate fixes
[ghc-hetmet.git] / compiler / nativeGen / X86 / Instr.hs
index 68462d0..23a6e06 100644 (file)
@@ -41,7 +41,7 @@ data Cond
        | OFLO
        | PARITY
        | NOTPARITY
-
+       deriving (Eq)
 
 
 -- -----------------------------------------------------------------------------