OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Sep 2007 20:17:17 +0000 (20:17 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Sep 2007 20:17:17 +0000 (20:17 +0000)
commit6b65ee545f5bb45cecc71c48d3641c345ab73f96
treefe79e8e8601efd372be340999cb7ed91cc59b89a
parentf2852046a2c3bac1d4455e33876fc9991e9fc713
gcc/
* config/mips/mips.h (PTF_AVOID_BRANCHLIKELY): New macro.
(mips_cpu_info): Add tune_flags.
(GENERATE_BRANCHLIKELY): Remove TARGET_SR71K check.
* config/mips/mips.c (mips_cpu_info_table): Add tune_flags fields.
Remove end marker.
(override_options): Remove deprecation code.  Use branch-likely
instructions for optimize_size or if the tuning flags do not
suggest otherwise.  Tweak warning.
(mips_matching_cpu_name_p, mips_parse_cpu): Use ARRAY_SIZE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128848 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.h