diff options
author | Andi Kleen <ak@linux.intel.com> | 2014-08-01 02:51:57 +0000 |
---|---|---|
committer | Andi Kleen <ak@gcc.gnu.org> | 2014-08-01 02:51:57 +0000 |
commit | f768061c4c0d179bb44984e1c20a3bee15faeb1a (patch) | |
tree | e3029eaf9c62844fda4c9e4772c56a84c9882344 /gcc/rtl.h | |
parent | 50de5793fc6004bb8bf6f00e0f02e318f242ca2d (diff) | |
download | gcc-f768061c4c0d179bb44984e1c20a3bee15faeb1a.zip gcc-f768061c4c0d179bb44984e1c20a3bee15faeb1a.tar.gz gcc-f768061c4c0d179bb44984e1c20a3bee15faeb1a.tar.bz2 |
RTL & dwarf2out changes
Convert dwarf2out and rtl.c to the new inchash interface.
gcc/:
2014-07-31 Andi Kleen <ak@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.
From-SVN: r213395
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1983,7 +1983,6 @@ extern unsigned int rtx_size (const_rtx); extern rtx shallow_copy_rtx_stat (const_rtx MEM_STAT_DECL); #define shallow_copy_rtx(a) shallow_copy_rtx_stat (a MEM_STAT_INFO) extern int rtx_equal_p (const_rtx, const_rtx); -extern hashval_t iterative_hash_rtx (const_rtx, hashval_t); /* In emit-rtl.c */ extern rtvec gen_rtvec_v (int, rtx *); |