From: kazu Date: Fri, 18 Mar 2005 19:01:05 +0000 (+0000) Subject: * config/v850/v850.h (PREDICATE_CODES): Remove a nonexistent X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca570b8748eff7ac9015e10c68e75f2a3b50818c;p=thirdparty%2Fgcc.git * config/v850/v850.h (PREDICATE_CODES): Remove a nonexistent predicate in PREDICATE_CODES. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96698 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 395ecce16355..7a1d8a91fb0e 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 * 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 3c2ba9322f43..d878f39b8b8a 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 */