From: Richard Kenner Date: Fri, 6 Aug 1993 20:11:21 +0000 (-0400) Subject: (PREDICATE_CODES): Add reg_or_6bit_operand to list. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a1d2a466be5141c53d0e05b5a50ccdf6c48e1c5;p=gcc.git (PREDICATE_CODES): Add reg_or_6bit_operand to list. From-SVN: r5089 --- 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}}, \