* df-problems.c (df_kill_notes): Split up in two functions.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Oct 2012 06:15:38 +0000 (06:15 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Oct 2012 06:15:38 +0000 (06:15 +0000)
commitb250e9bb90b1062d9c4701492f117edbaea5e319
treefef0784fa67a3a57115f1178eca84b52d9a8e0aa
parenta87a40624a779e47a3d2872f05c704b1630f00cc
* df-problems.c (df_kill_notes): Split up in two functions.
(df_remove_dead_and_unused_notes): New function, first half of
df_kill notes to remove all REG_DEAD and REG_UNUSED notes.
(df_remove_dead_eq_notes): New function, second half of df_kill_notes
to remove REG_EQUAL and REG_EQUIV notes referring to dead registers.
(df_note_bb_compute): Call df_remove_dead_and_unused_notes instead
of df_kill_notes.  Call df_remove_dead_eq_notes after processing insn.

* web.c (web): Re-add DF_RD_PRUNE_DEAD_DEFS;

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