Re: Passes uses rather than defs to df_set_dead_notes_for_mw

2011-08-26 Thread Kenneth Zadeck
this looks right to me. ok for commit. On 08/26/2011 09:54 AM, Richard Sandiford wrote: As described here: http://gcc.gnu.org/ml/gcc/2011-08/msg00294.html df is currently failing to create REG_DEAD notes for the last use of a multi-reg hard register. This appears to be a typo: df_set_

Passes uses rather than defs to df_set_dead_notes_for_mw

2011-08-26 Thread Richard Sandiford
As described here: http://gcc.gnu.org/ml/gcc/2011-08/msg00294.html df is currently failing to create REG_DEAD notes for the last use of a multi-reg hard register. This appears to be a typo: df_set_dead_notes_for_mw is supposed to handle uses, and the comment above it says so, but df_note_bb_