({and,ior,xor}si3_internal): Removed !TARGET_5200 from conditionals
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 7 Dec 1996 23:55:09 +0000 (18:55 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 7 Dec 1996 23:55:09 +0000 (18:55 -0500)
now that entire insn is disabled when !TARGET_5200.

From-SVN: r13247

gcc/config/m68k/m68k.md

index 30642e670dfc8804b8647ab2384d776e851e86f1..22200f64d8f7bad594f5dcf3a37e2cd27f317091 100644 (file)
   if (GET_CODE (operands[2]) == CONST_INT
       && (INTVAL (operands[2]) | 0xffff) == 0xffffffff
       && (DATA_REG_P (operands[0])
-         || offsettable_memref_p (operands[0]))
-      && !TARGET_5200)
+         || offsettable_memref_p (operands[0])))
     {
       if (GET_CODE (operands[0]) != REG)
         operands[0] = adj_offsettable_operand (operands[0], 2);
   if (GET_CODE (operands[2]) == CONST_INT
       && INTVAL (operands[2]) >> 16 == 0
       && (DATA_REG_P (operands[0])
-         || offsettable_memref_p (operands[0]))
-      && !TARGET_5200)
+         || offsettable_memref_p (operands[0])))
     {
       if (GET_CODE (operands[0]) != REG)
         operands[0] = adj_offsettable_operand (operands[0], 2);
 {
   if (GET_CODE (operands[2]) == CONST_INT
       && INTVAL (operands[2]) >> 16 == 0
-      && (offsettable_memref_p (operands[0]) || DATA_REG_P (operands[0]))
-      && !TARGET_5200)
+      && (offsettable_memref_p (operands[0]) || DATA_REG_P (operands[0])))
     {
       if (! DATA_REG_P (operands[0]))
        operands[0] = adj_offsettable_operand (operands[0], 2);