* pa.c (ior_operand): Do not accept registers.

From-SVN: r3381
This commit is contained in:
Jeff Law 1993-01-28 11:59:15 -07:00
parent 8f262c0d3e
commit 15f6ed9f8b
1 changed files with 1 additions and 2 deletions

View 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