From: Richard Kenner Date: Fri, 27 May 1994 20:37:42 +0000 (-0400) Subject: (or_operand): Renamed from ior_operand. X-Git-Tag: misc/cutover-egcs-0~6576 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7def335e77338a72e4bb56bd3fd10750b83d467;p=thirdparty%2Fgcc.git (or_operand): Renamed from ior_operand. From-SVN: r7367 --- diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 855e5e563bf3..00d3e4118ec9 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -173,10 +173,10 @@ and_operand (op, mode) return register_operand (op, mode); } -/* Return 1 if OP is a valid first operand to an IOR insn. */ +/* Return 1 if OP is a valid first operand to an IOR or XOR insn. */ int -ior_operand (op, mode) +or_operand (op, mode) register rtx op; enum machine_mode mode; {