summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1993-08-06 20:11:21 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1993-08-06 20:11:21 +0000
commitb99407d734ee4ce28168b62ef52060d82d1a69ef (patch)
tree146fecc1616126bfed866bae9bec16932b6db341 /gcc
parentf203253e0a7daa3d3399242227b643aacaaff5ac (diff)
downloadgcc-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.h1
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}}, \