diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-08-06 20:11:21 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-08-06 20:11:21 +0000 |
commit | b99407d734ee4ce28168b62ef52060d82d1a69ef (patch) | |
tree | 146fecc1616126bfed866bae9bec16932b6db341 /gcc | |
parent | f203253e0a7daa3d3399242227b643aacaaff5ac (diff) | |
download | gcc-b99407d734ee4ce28168b62ef52060d82d1a69ef.tar.gz |
(PREDICATE_CODES): Add reg_or_6bit_operand to list.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5089 138bc75d-0d04-0410-961f-82ee72b054a4
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 1e53616d3fb..0f68587cb5c 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}}, \ |