From: Jim Wilson Date: Sat, 2 Jul 1994 23:03:33 +0000 (-0700) Subject: (PREDICATE_CODES): Add cint8_operand. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e2befc27b4cf3ff3ce8881d30667cf3b71c1214;p=gcc.git (PREDICATE_CODES): Add cint8_operand. From-SVN: r7643 --- diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index f8b1c125d7e..f5b336d70c6 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1811,6 +1811,7 @@ literal_section () \ {"reg_or_0_operand", {SUBREG, REG, CONST_INT}}, \ {"reg_or_6bit_operand", {SUBREG, REG, CONST_INT}}, \ {"reg_or_8bit_operand", {SUBREG, REG, CONST_INT}}, \ + {"cint8_operand", {CONST_INT}}, \ {"reg_or_cint_operand", {SUBREG, REG, CONST_INT}}, \ {"add_operand", {SUBREG, REG, CONST_INT}}, \ {"sext_add_operand", {SUBREG, REG, CONST_INT}}, \