* pa.c (ior_operand): Do not accept registers.
authorJeff Law <law@gcc.gnu.org>
Thu, 28 Jan 1993 18:59:15 +0000 (11:59 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 28 Jan 1993 18:59:15 +0000 (11:59 -0700)
From-SVN: r3381

gcc/config/pa/pa.c

index e55c0c3..75d298b 100644 (file)
@@ -349,8 +349,7 @@ ior_operand (op, mode)
      rtx op;
      enum machine_mode mode;
 {
-  return (register_operand (op, mode)
-         || (GET_CODE (op) == CONST_INT && ior_mask_p (INTVAL (op))));
+  return (GET_CODE (op) == CONST_INT && ior_mask_p (INTVAL (op)));
 }
 
 int