From: Jeff Law Date: Thu, 28 Jan 1993 18:59:15 +0000 (-0700) Subject: * pa.c (ior_operand): Do not accept registers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15f6ed9f8b7a622ab343169d8a96587264dbdb73;p=gcc.git * pa.c (ior_operand): Do not accept registers. From-SVN: r3381 --- diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index e55c0c3e1bf..75d298bc6e5 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -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