On 07/30/14 08:23, Andi Kleen wrote:
From: Andi Kleen <a...@linux.intel.com>

Convert dwarf2out and rtl.c to the new inchash interface.

I moved the rtl hash code to another file to avoid having to link
all the hash code into the generator functions.

v2: Removed ??? comment.

gcc/:

2014-07-29  Andi Kleen  <a...@linux.intel.com>

        * Makefile.in (OBJS): Add rtlhash.o
        * dwarf2out.c (addr_table_entry_do_hash): Convert to inchash.
        (loc_checksum): Dito.
        (loc_checksum_ordered): Dito.
        (hash_loc_operands): Dito.
        (hash_locs): Dito.
        (hash_loc_list): Dito.
        * rtl.c (iterative_hash_rtx): Moved to rtlhash.c
        * rtl.h (iterative_hash_rtx): Moved to rtlhash.h
        * rtlhash.c: New file.
        * rtlhash.h: New file.
OK once namespace inchash is approved.

jeff

Reply via email to