From 9e2befc27b4cf3ff3ce8881d30667cf3b71c1214 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Sat, 2 Jul 1994 16:03:33 -0700 Subject: [PATCH] (PREDICATE_CODES): Add cint8_operand. From-SVN: r7643 --- 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 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}}, \ -- 2.30.2