This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] fr30.h: Remove nonexistent predicates from PREDICATE_CODES.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Cc: nickc at redhat dot com
- Date: Sat, 02 Apr 2005 12:41:08 -0500 (EST)
- Subject: [patch] fr30.h: Remove nonexistent predicates from PREDICATE_CODES.
Hi,
Attached is a patch to remove nonexistent predicates from
PREDICATE_CODES.
Built cc1 for fr30-elf. Committed as obvious.
Kazu Hirata
2005-04-02 Kazu Hirata <kazu@cs.umass.edu>
* config/fr30/fr30.h (PREDICATE_CODES): Remove
fp_displacement_operand, sp_displacement_operand.
Index: fr30.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/fr30/fr30.h,v
retrieving revision 1.61
diff -u -d -p -r1.61 fr30.h
--- fr30.h 21 Mar 2005 20:50:26 -0000 1.61
+++ fr30.h 2 Apr 2005 17:34:59 -0000
@@ -1129,8 +1129,6 @@ extern struct rtx_def * fr30_compare_op1
{ "high_register_operand", { REG }}, \
{ "low_register_operand", { REG }}, \
{ "call_operand", { MEM }}, \
- { "fp_displacement_operand", { CONST_INT }}, \
- { "sp_displacement_operand", { CONST_INT }}, \
{ "di_operand", { CONST_INT, CONST_DOUBLE, REG, MEM }}, \
{ "nonimmediate_di_operand", { REG, MEM }}, \
{ "add_immediate_operand", { REG, CONST_INT }},