This is the mail archive of the gcc-cvs@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]

r217869 - in /trunk/gcc: ChangeLog alias.c conf...


Author: tbsaunde
Date: Thu Nov 20 15:10:33 2014
New Revision: 217869

URL: https://gcc.gnu.org/viewcvs?rev=217869&root=gcc&view=rev
Log:
remove param1_is usage

gcc/

	* hash-map.h (hash_map::iterator): New class.
	(hash_map::begin): New method.
	(hash_map::end): Likewise.
	* alias.c, config/alpha/alpha.c, dwarf2asm.c, omp-low.c, tree.h:
	replace splay_tree with hash_map.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/alias.c
    trunk/gcc/config/alpha/alpha.c
    trunk/gcc/dwarf2asm.c
    trunk/gcc/hash-map.h
    trunk/gcc/omp-low.c
    trunk/gcc/tree.h


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