This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] gc-improv merge (5/n): Update libiberty users


This patch creates splay trees and hash tables with appropriate
callbacks passed.

Bootstrapped/regtested on x86-64/linux together with the rest of
gc-improv. OK for trunk with the rest?

2010-05-25  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* cfgloop.c (record_loop_exits): Use htab_create_ggc.
	* tree-scalar-evolution.c (scev_initialize): Likewise.
	* alias.c (record_alias_subset): Update splay_tree_new_ggc call.
	* dwarf2asm.c (dw2_force_const_mem): Likewise.
	* omp-low.c (lower_omp_critical): Likewise.

-- 
Laurynas

Attachment: gc-improv-5-libiberty-users.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]