Re: [patch] Move add_case_node logic from stmt.c to gimplify.c

2012-04-28 Thread H.J. Lu
On Tue, Apr 17, 2012 at 3:11 PM, Steven Bosscher wrote: > On Wed, Apr 18, 2012 at 12:04 AM, Steven Bosscher > wrote: >> Hello, >> >> This is another step towards moving GIMPLE_SWITCH expansion to an >> earlier point in the pipeline. >> >> With the attached patch, some of the logic from stmt.c:ad

[patch] Move add_case_node logic from stmt.c to gimplify.c

2012-04-17 Thread Steven Bosscher
On Wed, Apr 18, 2012 at 12:04 AM, Steven Bosscher wrote: > Hello, > > This is another step towards moving GIMPLE_SWITCH expansion to an > earlier point in the pipeline. > > With the attached patch, some of the logic from stmt.c:add_case_node() > is moved to gimplify.c:gimplify_switch_expr(). This