From: Richard Kenner Date: Fri, 27 May 1994 20:38:07 +0000 (-0400) Subject: (PREDICATE_CODES): Rename ior_operand to or_operand. X-Git-Tag: misc/cutover-egcs-0~6575 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8395de26d01726c7d2478b5abee23b0beb9d71b0;p=thirdparty%2Fgcc.git (PREDICATE_CODES): Rename ior_operand to or_operand. From-SVN: r7368 --- diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 5b7e72eb6437..f8e695b0dbe3 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1753,7 +1753,7 @@ literal_section () \ {"sext_add_operand", {SUBREG, REG, CONST_INT}}, \ {"const48_operand", {CONST_INT}}, \ {"and_operand", {SUBREG, REG, CONST_INT}}, \ - {"ior_operand", {SUBREG, REG, CONST_INT}}, \ + {"or_operand", {SUBREG, REG, CONST_INT}}, \ {"mode_mask_operand", {CONST_INT}}, \ {"mul8_operand", {CONST_INT}}, \ {"mode_width_operand", {CONST_INT}}, \