]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to decide whether...
authorJan Hubicka <jh@suse.cz>
Wed, 12 Jun 2002 14:51:09 +0000 (16:51 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 12 Jun 2002 14:51:09 +0000 (14:51 +0000)
commit495333a652d5ca1dbeee793e56d158bf41023bbd
tree701aae7fc166b5ad570e72afccb4df30e0b4c171
parent8ddfd7e562365b9684e64cedb2325121ea570878
i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to decide whether emit the short opcode.

* i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to
decide whether emit the short opcode.
* i386.h (x86_shift1): Declare.
(TARGET_SHIFT1): New macro.
* i386.c (x86_shift1): New global variable.

* toplev.c (rest_of_compilation): Call find_basic_block pre-loop unconditionally;
make loop to rebuild CFG; kill unnecesary find_basic_block calls;
kill compute_bb_for_insn call.
* cfgbuild.c (find_basic_blocks): Kill compute_bb_for_insn call.
* haifa-sched.c (sched_init): Likewise.
* ssa-ccp.c (ssa_const_prop): Likewise.
* ssa-dce.c (ssa_eliminate_dead_code): Likewise.

From-SVN: r54552
gcc/ChangeLog
gcc/cfgbuild.c
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md
gcc/haifa-sched.c
gcc/ssa-ccp.c
gcc/ssa-dce.c
gcc/toplev.c