tree-scalar-evolution.c (scev_info_hasher): Remove.
authorRichard Biener <rguenther@suse.de>
Thu, 2 May 2013 12:23:20 +0000 (12:23 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 2 May 2013 12:23:20 +0000 (12:23 +0000)
commitfdd43ac4f7880ceb96b0bb3884ae800ad393deba
tree3b34c427ff5142a1dab686ad76d0a3a8626583f5
parentb273e79b19133a3b2098bac794c1da5c29809a09
tree-scalar-evolution.c (scev_info_hasher): Remove.

2013-05-02  Richard Biener  <rguenther@suse.de>

* tree-scalar-evolution.c (scev_info_hasher): Remove.
(struct instantiate_cache_entry): New type.
(struct instantiate_cache_entry_hasher): New hashtable descriptor.
(struct instantiate_cache_type): New type.
(set_instantiated_value, get_instantiated_value): Remove.
(get_instantiated_value_entry): New function.
(instantiate_scev_name): Use the new cache and adjust.
(instantiate_scev_poly): Adjust.
(instantiate_scev_binary): Likewise.
(instantiate_array_ref): Likewise.
(instantiate_scev_convert): Likewise.
(instantiate_scev_not): Likewise.
(instantiate_scev_3): Likewise.
(instantiate_scev_2): Likewise.
(instantiate_scev_r): Likewise.
(instantiate_scev): Likewise.
(resolve_mixers): Likewise.

From-SVN: r198523
gcc/ChangeLog
gcc/tree-scalar-evolution.c