Re: [PATCH 32/50] lower-subreg.c:find_decomposable_subregs

2014-08-06 Thread Jeff Law
On 08/03/14 08:17, Richard Sandiford wrote: Mostly just reindentation. gcc/ * lower-subreg.c (find_decomposable_subregs): Turn from being a for_each_rtx callback to being a function that examines each subrtx itself. Remove handling of null rtxes. (decompose_mult

[PATCH 32/50] lower-subreg.c:find_decomposable_subregs

2014-08-03 Thread Richard Sandiford
Mostly just reindentation. gcc/ * lower-subreg.c (find_decomposable_subregs): Turn from being a for_each_rtx callback to being a function that examines each subrtx itself. Remove handling of null rtxes. (decompose_multiword_subregs): Update accordingly. Index: gc