Use reset_bb_predicate whenever the predicate of a BB should be reset to true.
authorSebastian Pop <sebastian.pop@amd.com>
Fri, 25 Jun 2010 18:38:14 +0000 (18:38 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Fri, 25 Jun 2010 18:38:14 +0000 (18:38 +0000)
commit29caa68aa5ee0e2defeb6331d15b458f3e6853ba
tree7397dfd8fdb71bbd08d9b75bbb20ea4f22b9fef1
parent0f741287d6f41e37052c58fdb2bb3eee9ab3cd79
Use reset_bb_predicate whenever the predicate of a BB should be reset to true.

2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>

* tree-if-conv.c (init_bb_predicate): Initialize the predicate
to boolean_true_node.
(reset_bb_predicate): New.
(predicate_bbs): Call reset_bb_predicate.

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