]> git.ipfire.org Git - thirdparty/gcc.git/commit
Do not use annotations on edges in if-conversion.
authorSebastian Pop <sebastian.pop@amd.com>
Sat, 29 May 2010 17:14:17 +0000 (17:14 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Sat, 29 May 2010 17:14:17 +0000 (17:14 +0000)
commit32ccbfacd15e7354aa956df41c3f6feac5ed3ba8
tree56d60098b27c2abeef7761bd662de734c8b07672
parenta41021ce408363d28bc1b7fe79966f2b99f9304c
Do not use annotations on edges in if-conversion.

2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>

* tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
field on edges.
(predicate_bbs): Same.
(clean_predicate_lists): Same.
(find_phi_replacement_condition): Do not AND the predicate from
edge->aux.

From-SVN: r160030
gcc/ChangeLog
gcc/tree-if-conv.c