diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-05-27 16:38:07 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-05-27 16:38:07 -0400 |
commit | 8395de26d01726c7d2478b5abee23b0beb9d71b0 (patch) | |
tree | 9a6485cded2440c7af446b686d69fe162035e72e | |
parent | c7def335e77338a72e4bb56bd3fd10750b83d467 (diff) | |
download | gcc-8395de26d01726c7d2478b5abee23b0beb9d71b0.zip gcc-8395de26d01726c7d2478b5abee23b0beb9d71b0.tar.gz gcc-8395de26d01726c7d2478b5abee23b0beb9d71b0.tar.bz2 |
(PREDICATE_CODES): Rename ior_operand to or_operand.
From-SVN: r7368
-rw-r--r-- | gcc/config/alpha/alpha.h | 2 |
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}}, \ |