x86: disable assertion that conditionals are not on I8; they can be
authormrchebas@gmail.com <unknown>
Fri, 19 Jan 2007 16:05:01 +0000 (16:05 +0000)
committermrchebas@gmail.com <unknown>
Fri, 19 Jan 2007 16:05:01 +0000 (16:05 +0000)
compiler/nativeGen/MachCodeGen.hs

index 007f472..17ee624 100644 (file)
@@ -2060,7 +2060,7 @@ getCondCode = panic "MachCode.getCondCode: not on Alphas"
 -- yes, they really do seem to want exactly the same!
 
 getCondCode (CmmMachOp mop [x, y])
-  = ASSERT (cmmExprRep x /= I8) -- tmp, not set up to handle 8-bit comparisons
+  = 
     case mop of
       MO_Eq F32 -> condFltCode EQQ x y
       MO_Ne F32 -> condFltCode NE  x y