diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-27 06:28:14 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-27 06:28:14 -0500 |
commit | a61edda5920ea92a2d59c386733e89f4ec127995 (patch) | |
tree | 57702906c619711d0fd2b0733887963330abdbad /gcc/config | |
parent | 8088469de4cb9ffbcb2288a89fb8240da097c5a6 (diff) | |
download | gcc-a61edda5920ea92a2d59c386733e89f4ec127995.zip gcc-a61edda5920ea92a2d59c386733e89f4ec127995.tar.gz gcc-a61edda5920ea92a2d59c386733e89f4ec127995.tar.bz2 |
(PREDICATE_CODES): Add ior_operand.
From-SVN: r6331
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/alpha/alpha.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 41eab5d..54ef942 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1727,6 +1727,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}}, \ {"mode_mask_operand", {CONST_INT}}, \ {"mul8_operand", {CONST_INT}}, \ {"mode_width_operand", {CONST_INT}}, \ |