Re: [PATCH 11/50] Faster for_each_rtx-like iterators

2014-08-06 Thread Jeff Law
On 08/03/14 07:55, Richard Sandiford wrote: The order of the arguments matches canon_anti_dependence rather than the order of the old structure fields. gcc/ * cse.c (check_dependence_data): Delete. (check_dependence): Change from being a for_each_rtx callback to being a

[PATCH 11/50] Faster for_each_rtx-like iterators

2014-08-03 Thread Richard Sandiford
The order of the arguments matches canon_anti_dependence rather than the order of the old structure fields. gcc/ * cse.c (check_dependence_data): Delete. (check_dependence): Change from being a for_each_rtx callback to being a function that examines all subrtxes itself. D