From 4a1d2a466be5141c53d0e05b5a50ccdf6c48e1c5 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 6 Aug 1993 16:11:21 -0400 Subject: [PATCH] (PREDICATE_CODES): Add reg_or_6bit_operand to list. From-SVN: r5089 --- gcc/config/alpha/alpha.h | 1 + 1 file changed, 1 insertion(+) 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}}, \ -- 2.30.2