* postreload.c (reload_combine_closest_single_use): Ignore the
commit0ead6a7dd9422a86f09dbb5446b6d2c7ae9ec239
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jul 2010 09:56:07 +0000 (19 09:56 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jul 2010 09:56:07 +0000 (19 09:56 +0000)
tree1ba7091a4ae2a6a6d6dd2e50926a0b1cf6012b36
parent9c868118292231eb2a3160923b6676a894f03889
* postreload.c (reload_combine_closest_single_use): Ignore the
number of uses for DEBUG_INSNs.
(fixup_debug_insns): New static function.
(reload_combine_recognize_const_pattern): Use it.  Don't let the
main loop be affected by DEBUG_INSNs.
Really disallow moving adds past a jump insn.
(reload_combine_recognize_pattern): Don't update use_ruid here.
(reload_combine_note_use): Do it here.
(reload_combine): Use control_flow_insn_p rather than JUMP_P.

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