]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-dom.c (struct edge_info): Use a VEC for the list of conditional equivalences.
authorRichard Guenther <rguenther@suse.de>
Tue, 17 Aug 2010 09:55:04 +0000 (09:55 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 17 Aug 2010 09:55:04 +0000 (09:55 +0000)
commitfd4a760e5e1c85e7ca49a1afe604059cd4e228e9
tree0ae0b19d23b413b2cdeb9815b92c61ac32d9a21d
parentb17b584fe1e8b269ae9f2d4ab9908deac20c965b
tree-ssa-dom.c (struct edge_info): Use a VEC for the list of conditional equivalences.

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

* tree-ssa-dom.c (struct edge_info): Use a VEC for the
list of conditional equivalences.
(free_all_edge_infos): Adjust.
(record_equivalences_from_incoming_edge): Likewise.
(record_cond): Likewise.
(build_and_record_new_cond): Likewise.
(record_conditions): Likewise.
(dom_opt_leave_block): Likewise.

From-SVN: r163302
gcc/ChangeLog
gcc/tree-ssa-dom.c