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]

Re: Rename inchash::hash::add_wide_int


On 10/13/2017 08:04 AM, Richard Sandiford wrote:
> The name inchash::add_wide_int is a bit misleading, since it sounds
> like it's hashing a wide_int.  This patch renames it to add_hwi instead.
> 
> Tested on aarch64-linux-gnu, x86_64-linux-gnu and powerpc64le-linux-gnu.
> OK to install?
> 
> Richard
> 
> 
> 2017-10-13  Richard Sandiford  <richard.sandiford@linaro.org>
> 
> gcc/
> 	* inchash.h (inchash::hash::add_wide_int): Rename to...
> 	(inchash::hash::add_hwi): ...this.
> 	* ipa-devirt.c (hash_odr_vtable): Update accordingly.
> 	(polymorphic_call_target_hasher::hash): Likewise.
> 	* ipa-icf.c (sem_function::get_hash, sem_function::init): Likewise.
> 	(sem_item::add_expr, sem_item::add_type, sem_variable::get_hash)
> 	(sem_item_optimizer::update_hash_by_addr_refs): Likewise.
> 	* lto-streamer-out.c (hash_tree): Likewise.
> 	* optc-save-gen.awk: Likewise.
> 	* tree.c (add_expr): Likewise.
OK.
jeff


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