]> gcc.gnu.org Git - gcc.git/commit
i386.h (ix86_size_cost): Declare.
authorJan Hubicka <jh@suse.cz>
Fri, 8 Aug 2008 10:09:37 +0000 (12:09 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 8 Aug 2008 10:09:37 +0000 (10:09 +0000)
commitb2077fd226f648da2135c9e4b5ba536a66d50d14
treefac39d17764843d5fa33d6cd083a8e4d399945ac
parenta8ba47cb4108fb929ceff43d1feb127d4122825d
i386.h (ix86_size_cost): Declare.

* i386.h (ix86_size_cost): Declare.
(ix86_cur_cost): New function macro.
* i386.md (peepholes expanding size and splitters): Predicate by
optimize_insn_for_speed_p.
(peepholes reduce size and splitters): Predicate by
optimize_insn_for_size_p.
* i386.c (ix86_size_cost): Rename from ...
(size_cost): This one.
(override_options): Update.
(decide_alg): Likewise.
(ix86_expand_clear): Use RTL profile.
(ix86_pad_returns): Use RTL profile.

From-SVN: r138864
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md
This page took 0.060278 seconds and 5 git commands to generate.