tree-ssa-copy.c (cached_last_copy_of): Remove.
authorRichard Guenther <rguenther@suse.de>
Mon, 9 Aug 2010 13:20:11 +0000 (13:20 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 9 Aug 2010 13:20:11 +0000 (13:20 +0000)
commitec64af64d6829135a7d8b5254f3b7881a18b5aba
tree2b985a84b8cb4a024b34bd6809bf439d216db0a8
parent37609bf08645fad9c5ea1cd8e06195c6d0fd2c7d
tree-ssa-copy.c (cached_last_copy_of): Remove.

2010-08-07  Richard Guenther  <rguenther@suse.de>

* tree-ssa-copy.c (cached_last_copy_of): Remove.
(valueize_val): New function.
(get_last_copy_of): Remove.
(set_copy_of_val): Simplify.
(dump_copy_of): Likewise.
(copy_prop_visit_cond_stmt): Use valueize_val.
(copy_prop_visit_phi_node): Properly handle unvisited names.
Drop code managing copy-of chains.
(init_copy_prop): Adjust.
(fini_copy_prop): Likewise.
(execute_copy_prop): Remove obsolete comment.

From-SVN: r163032
gcc/ChangeLog
gcc/tree-ssa-copy.c