diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/config/v850/v850.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 395ecce..7a1d8a9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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, diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index 3c2ba93..d878f39 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -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 */ |