Re: [PATCH 09/50] cfgcleanup.c:mentions_nonequal_regs

2014-08-05 Thread Jeff Law
On 08/03/14 07:53, Richard Sandiford wrote: gcc/ * cfgcleanup.c: Include rtl-iter.h. (mentions_nonequal_regs): Turn from being a for_each_rtx callback to being a function that examines each subrtx itself. (thread_jump): Update accordingly. OK. jeff

[PATCH 09/50] cfgcleanup.c:mentions_nonequal_regs

2014-08-03 Thread Richard Sandiford
gcc/ * cfgcleanup.c: Include rtl-iter.h. (mentions_nonequal_regs): Turn from being a for_each_rtx callback to being a function that examines each subrtx itself. (thread_jump): Update accordingly. Index: gcc/cfgcleanup.c