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.
Update various config htab_t uses to hash_table.
Modify types and calls to match.
* config/arm/arm.c'arm_libcall_uses_aapcs_base::libcall_htab
Fold libcall_eq and libcall_hash into new struct libcall_hasher.
* config/ia64/ia64.c'bundle_state_table
Fold bundle_state_hash and bundle_state_eq_p i