Re: [PATCH 49/50] varasm.c:mark_constants

2014-08-05 Thread Jeff Law
On 08/03/14 08:43, Richard Sandiford wrote: gcc/ * varasm.c (mark_constant): Replace this for_each_rtx callback with... (mark_constants_in_pattern): ...this new function to iterate over all the subrtxes. (mark_constants): Update accordingly. OK. jeff

[PATCH 49/50] varasm.c:mark_constants

2014-08-03 Thread Richard Sandiford
gcc/ * varasm.c (mark_constant): Replace this for_each_rtx callback with... (mark_constants_in_pattern): ...this new function to iterate over all the subrtxes. (mark_constants): Update accordingly. Index: gcc/varasm.c