[project @ 2001-12-21 17:03:18 by sewardj]
authorsewardj <unknown>
Fri, 21 Dec 2001 17:03:18 +0000 (17:03 +0000)
committersewardj <unknown>
Fri, 21 Dec 2001 17:03:18 +0000 (17:03 +0000)
derive Eq Cond so that an assertion in MachCode works.

ghc/compiler/nativeGen/MachMisc.lhs

index ee9d934..83c0332 100644 (file)
@@ -237,6 +237,7 @@ data Cond
   | VC
   | VS
 #endif
+    deriving Eq  -- to make an assertion work
 \end{code}
 
 \begin{code}