diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-08-06 16:11:21 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-08-06 16:11:21 -0400 |
commit | 4a1d2a466be5141c53d0e05b5a50ccdf6c48e1c5 (patch) | |
tree | 146fecc1616126bfed866bae9bec16932b6db341 /gcc | |
parent | f4014bfd8fa936f2581024001c99e929f8382bc2 (diff) | |
download | gcc-4a1d2a466be5141c53d0e05b5a50ccdf6c48e1c5.zip gcc-4a1d2a466be5141c53d0e05b5a50ccdf6c48e1c5.tar.gz gcc-4a1d2a466be5141c53d0e05b5a50ccdf6c48e1c5.tar.bz2 |
(PREDICATE_CODES): Add reg_or_6bit_operand to list.
From-SVN: r5089
Diffstat (limited to 'gcc')
-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 1e53616..0f68587 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1697,6 +1697,7 @@ literal_section () \ #define PREDICATE_CODES \ {"reg_or_0_operand", {SUBREG, REG, CONST_INT}}, \ + {"reg_or_6bit_operand", {SUBREG, REG, CONST_INT}}, \ {"reg_or_8bit_operand", {SUBREG, REG, CONST_INT}}, \ {"reg_or_cint_operand", {SUBREG, REG, CONST_INT}}, \ {"add_operand", {SUBREG, REG, CONST_INT}}, \ |