On 1/6/13, Richard Biener wrote:
> On Sun, Jan 6, 2013 at 6:55 AM, Xinliang David Li wrote:
>> I noticed that the traverse and traverse_noresize method takes
>> Argument as the first template parameter. It should be moved to be the
>> second after the callback. In most of the cases, the type of t
On Sun, Jan 6, 2013 at 6:55 AM, Xinliang David Li wrote:
> I noticed that the traverse and traverse_noresize method takes
> Argument as the first template parameter. It should be moved to be the
> second after the callback. In most of the cases, the type of the
> Argument can be deduced from the c
I noticed that the traverse and traverse_noresize method takes
Argument as the first template parameter. It should be moved to be the
second after the callback. In most of the cases, the type of the
Argument can be deduced from the callsite, so that the user only need
to specify the callback:
ht->
On Tue, Dec 18, 2012 at 11:02 PM, Lawrence Crowl wrote:
> Tested on x86-64.
> Tested with contrib/config-list.mk.
>
>
> Okay for branch?
OK.
Diego.