[patch] v850: Remove a nonexistent predicate in PREDICATE_CODES.

Kazu Hirata kazu@cs.umass.edu
Fri Mar 18 19:19:00 GMT 2005


Hi,

Attached is a patch to remove a nonexistent predicate in
PREDICATE_CODES.

Built cc1 for v850-elf.  Committed as obvious.

Kazu Hirata

2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>

	* config/v850/v850.h (PREDICATE_CODES): Remove a nonexistent
	predicate.

Index: v850.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/v850/v850.h,v
retrieving revision 1.100
diff -u -d -p -r1.100 v850.h
--- v850.h	30 Dec 2004 03:08:15 -0000	1.100
+++ v850.h	18 Mar 2005 18:57:12 -0000
@@ -1391,7 +1391,6 @@ extern union tree_node * GHS_current_sec
 { "register_is_ok_for_epilogue",{ REG }},				\
 { "pattern_is_ok_for_dispose",	{ PARALLEL }},				\
 { "pattern_is_ok_for_prepare",	{ PARALLEL }},				\
-{ "register_is_ok_for_dispose",	{ REG }},				\
 { "not_power_of_two_operand",	{ CONST_INT }},
   
 #endif /* ! GCC_V850_H */



More information about the Gcc-patches mailing list