From 8395de26d01726c7d2478b5abee23b0beb9d71b0 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 27 May 1994 16:38:07 -0400 Subject: [PATCH] (PREDICATE_CODES): Rename ior_operand to or_operand. From-SVN: r7368 --- gcc/config/alpha/alpha.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 5b7e72e..f8e695b 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}}, \ -- 2.7.4