aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-05-27 16:38:07 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-05-27 16:38:07 -0400
commit8395de26d01726c7d2478b5abee23b0beb9d71b0 (patch)
tree9a6485cded2440c7af446b686d69fe162035e72e /gcc
parentc7def335e77338a72e4bb56bd3fd10750b83d467 (diff)
downloadgcc-8395de26d01726c7d2478b5abee23b0beb9d71b0.zip
gcc-8395de26d01726c7d2478b5abee23b0beb9d71b0.tar.gz
gcc-8395de26d01726c7d2478b5abee23b0beb9d71b0.tar.bz2
(PREDICATE_CODES): Rename ior_operand to or_operand.
From-SVN: r7368
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/alpha/alpha.h2
1 files changed, 1 insertions, 1 deletions
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}}, \