i386.c (x86_inter_unit_moves): New variable.
commit8f62128d21de91a372394a84ea4da997d5b35e73
authorJan Hubicka <jh@suse.cz>
Thu, 6 Feb 2003 10:03:13 +0000 (6 11:03 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 6 Feb 2003 10:03:13 +0000 (6 10:03 +0000)
treed48ce6d178524f715563dd56706ee443cb3f0d5b
parent6eeabb09a66d8c47f387da7882f86780da50cdd8
i386.c (x86_inter_unit_moves): New variable.

* i386.c (x86_inter_unit_moves): New variable.
(ix86_secondary_memory_needed): Fix 64bit case, honor
TARGET_INTER_UNIT_MOVES
* i386.h (x86_inter_unit_moves): Declare.
(TARGET_INTER_UNIT_MOVES): New macro.
* i386.md (movsi_1): Cleanup constraints; disable
when not doing inter-unit moves.
(movsi_1_nointernunit): New.
(movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
(movdi_1_rex64_nointerunit): New.
(mivsf_1): disable when not doing inter-unit moves.
(movsf_1_nointerunit): New.

* basic-block.h (inside_basic_block_p):  Declare.
* cfgbuild.c (inside_basic_block_p): Make global.
* haifa-sched.c (unlink_other_notes0: Deal with NOT_INSN_BASIC_BLOCK.
* scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
update CFG.
(fix_basic_block_boundaries, add_missing_bbs): New.
(rank): Use profile.
(scheudle_ebbs): Rely on CFG; update coments.

From-SVN: r62477
gcc/ChangeLog
gcc/basic-block.h
gcc/cfgbuild.c
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md
gcc/haifa-sched.c
gcc/sched-ebb.c