(PREDICATE_CODES): Add reg_or_6bit_operand to list.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 6 Aug 1993 20:11:21 +0000 (16:11 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 6 Aug 1993 20:11:21 +0000 (16:11 -0400)
From-SVN: r5089

gcc/config/alpha/alpha.h

index 1e53616d3fb183097a0a0bdcbfb9d369aec03e07..0f68587cb5cbb5c709cd565df07e205469e2854e 100644 (file)
@@ -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}},           \