This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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 }},


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]