tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant allocation and lookup.
authorRichard Guenther <rguenther@suse.de>
Tue, 5 Jan 2010 00:06:25 +0000 (00:06 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 5 Jan 2010 00:06:25 +0000 (00:06 +0000)
commit5f5126d6cebce545eafd8754f76d27adeb13575a
tree79d76208a630292f89ca222030df6db82375a0a8
parented945ad9f1f88786284ce27883755b0d371140f2
tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant allocation and lookup.

2010-01-05  Richard Guenther  <rguenther@suse.de>

* tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
allocation and lookup.
(get_or_alloc_expr_for_constant): Likewise.
(phi_translate): Sink allocation.

From-SVN: r155635
gcc/ChangeLog
gcc/tree-ssa-pre.c