]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cfgrtl.c
basic-block.h (update_br_prob_note): Declare.
authorJan Hubicka <jh@suse.cz>
Thu, 10 Jan 2002 20:37:43 +0000 (21:37 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 10 Jan 2002 20:37:43 +0000 (20:37 +0000)
commitb446e5a266b232e701fd4a9a7bd48f0aab8fc2c5
tree19471938dee687744538e8ca3cc2eb35fdb507c2
parenta01da83b2291abdccd8abe66eff604c50e3c71f0
basic-block.h (update_br_prob_note): Declare.

* basic-block.h (update_br_prob_note): Declare.
* cfgcleanup.c (try_simplify_condjump): Call update_br_prob_note.
(try_forward_edges): Care negative frequencies and update note.
(outgoing_edges_match): Tweek conditional merging heuristics.
(try_crossjump_to_edge): use update_br_prob_note.
* cfglayout.c (fixup_reorder_chain): Likewise.
* cfrtl.c (update_br_prob_note): New.
* ifcvt.c (dead_or_predicable): Call update_br_prob_note.

* i386.c (ix86_decompose_address): Return -1 if address contains
shift.
(legitimate_address_p): Require ix86_decompose_address to return 1.

* gcse.c (hash_scan_set): Use CONSTANT_INSN_P.
(cprop_insn): Likewise.

From-SVN: r48750
gcc/ChangeLog
gcc/basic-block.h
gcc/cfgcleanup.c
gcc/cfglayout.c
gcc/cfgrtl.c
gcc/config/i386/i386.c
gcc/gcse.c
gcc/ifcvt.c