Re: [PATCH][RFC] Use overloads for gimple_build_assign_with_ops

2012-09-18 Thread Richard Guenther
On Mon, 17 Sep 2012, Richard Guenther wrote: > On Mon, 17 Sep 2012, Diego Novillo wrote: > > > On 2012-09-17 09:25 , Richard Guenther wrote: > > > > > > This makes use of the new builtin functions for FILE, LINE and FUNCTION > > > to turn gimple_build_assign_with_ops/gimple_build_assign_with_ops

Re: [PATCH][RFC] Use overloads for gimple_build_assign_with_ops

2012-09-17 Thread Richard Guenther
On Mon, 17 Sep 2012, Diego Novillo wrote: > On 2012-09-17 09:25 , Richard Guenther wrote: > > > > This makes use of the new builtin functions for FILE, LINE and FUNCTION > > to turn gimple_build_assign_with_ops/gimple_build_assign_with_ops3 into > > two overloads of gimple_build_assign_with_ops (

Re: [PATCH][RFC] Use overloads for gimple_build_assign_with_ops

2012-09-17 Thread Diego Novillo
On 2012-09-17 09:25 , Richard Guenther wrote: This makes use of the new builtin functions for FILE, LINE and FUNCTION to turn gimple_build_assign_with_ops/gimple_build_assign_with_ops3 into two overloads of gimple_build_assign_with_ops (in theory the _stats function can go and we could move the

[PATCH][RFC] Use overloads for gimple_build_assign_with_ops

2012-09-17 Thread Richard Guenther
This makes use of the new builtin functions for FILE, LINE and FUNCTION to turn gimple_build_assign_with_ops/gimple_build_assign_with_ops3 into two overloads of gimple_build_assign_with_ops (in theory the _stats function can go and we could move the inlines to gimple.c instead, eventually removing