aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i960
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-09-19 09:08:00 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-09-19 09:08:00 -0400
commitf863464496ab3d0411f53e6fdf67471c5b7323c0 (patch)
tree26f138b3804ef81c12c08dcaf06b1111be7d4d7d /gcc/config/i960
parentda01bc2cb4df9fb0ea53abb9bd12fb9aabad2511 (diff)
downloadgcc-f863464496ab3d0411f53e6fdf67471c5b7323c0.zip
gcc-f863464496ab3d0411f53e6fdf67471c5b7323c0.tar.gz
gcc-f863464496ab3d0411f53e6fdf67471c5b7323c0.tar.bz2
(PREDICATE_CODES): Fix typos and add missing entries.
From-SVN: r5356
Diffstat (limited to 'gcc/config/i960')
-rw-r--r--gcc/config/i960/i960.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h
index 13713f8..e9544ed 100644
--- a/gcc/config/i960/i960.h
+++ b/gcc/config/i960/i960.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler, for Intel 80960
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993 Free Software Foundation, Inc.
Contributed by Steven McGeady, Intel Corp.
Additional Work by Glenn Colon-Bonet, Jonathan Shapiro, Andy Wilson
Converted to GCC 2.0 by Jim Wilson and Michael Tiemann, Cygnus Support.
@@ -1476,7 +1476,8 @@ extern enum insn_types i960_last_insn_type;
{"eq_or_neq", {EQ, NE}}, \
{"arith32_operand", {SUBREG, REG, LABEL_REF, SYMBOL_REF, CONST_INT, \
CONST_DOUBLE, CONST}}, \
- {"power2_operand", {CONST_INT}},
+ {"power2_operand", {CONST_INT}}, \
+ {"cmplpower2_operand", {CONST_INT}},
/* Define functions in i960.c and used in insn-output.c. */