diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-07-02 16:03:33 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-07-02 16:03:33 -0700 |
commit | 9e2befc27b4cf3ff3ce8881d30667cf3b71c1214 (patch) | |
tree | 48d1b49d4905cc8bf92c43db52085548044af49c | |
parent | a62eb16fe19e03e8b123dd15e203c573abbeac55 (diff) | |
download | gcc-9e2befc27b4cf3ff3ce8881d30667cf3b71c1214.zip gcc-9e2befc27b4cf3ff3ce8881d30667cf3b71c1214.tar.gz gcc-9e2befc27b4cf3ff3ce8881d30667cf3b71c1214.tar.bz2 |
(PREDICATE_CODES): Add cint8_operand.
From-SVN: r7643
-rw-r--r-- | gcc/config/alpha/alpha.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index f8b1c12..f5b336d 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}}, \ |