X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FX86%2FInstr.hs;h=23a6e06df76a79d10eafca629ef8a44754a14648;hb=1353826e5159c9a5a81e75e0b7459271f27c08ea;hp=68462d0e0cc67f0ed66101bd750ff8bc7ce21da1;hpb=67136d3a04b96b043328df9d4716d3da7a24a517;p=ghc-hetmet.git diff --git a/compiler/nativeGen/X86/Instr.hs b/compiler/nativeGen/X86/Instr.hs index 68462d0..23a6e06 100644 --- a/compiler/nativeGen/X86/Instr.hs +++ b/compiler/nativeGen/X86/Instr.hs @@ -41,7 +41,7 @@ data Cond | OFLO | PARITY | NOTPARITY - + deriving (Eq) -- -----------------------------------------------------------------------------