Re: [patch] shuffle a couple of functions.

2013-10-10 Thread Richard Biener
On Wed, Oct 9, 2013 at 8:14 PM, Andrew MacLeod wrote: > This patch simply moves std_gimplify_va_arg_expr() and the related > build_va_arg_indirect_ref to gimplify.c where I think it belongs. > It also moves gimple_fold_indirect_ref out of gimplfy.c and into > gimple-fold.c. > > bootstraps on x86_6

[patch] shuffle a couple of functions.

2013-10-09 Thread Andrew MacLeod
This patch simply moves std_gimplify_va_arg_expr() and the related build_va_arg_indirect_ref to gimplify.c where I think it belongs. It also moves gimple_fold_indirect_ref out of gimplfy.c and into gimple-fold.c. bootstraps on x86_64-unknown-linux-gnu... regressions running. OK? Andrew * b