Commit 24a86d3e by Kazu Hirata Committed by Kazu Hirata

v850.h (PREDICATE_CODES): Remove a nonexistent predicate in PREDICATE_CODES.

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

From-SVN: r96698
parent c9a88190
......@@ -47,6 +47,9 @@
* config/pa/pa.md: Include predicates.md.
* config/pa/predicates.md: New.
* config/v850/v850.h (PREDICATE_CODES): Remove a nonexistent
predicate in PREDICATE_CODES.
2005-03-18 Kazu Hirata <kazu@cs.umass.edu>
* hooks.c, hooks.h, intl.c, opts.h, prefix.c, tree-gimple.c,
......
......@@ -1391,7 +1391,6 @@ extern union tree_node * GHS_current_section_names [(int) COUNT_OF_GHS_SECTION_K
{ "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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment