From 312360e86e03744b5ececcb550c039e473ae906e Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Mon, 2 Jul 2007 17:15:39 +0200 Subject: [PATCH] ChangeLog: Add following to my previous description: * ChangeLog: Add following to my previous description: (if_convertible_loop_p): Clear aux field of incoming edges if bb contains phi node. From-SVN: r126214 --- gcc/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 99acea3d4b1..1d07713ad25 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -36,6 +36,8 @@ "basic_block" description as its third argument. Update function calls to get destination bb from "edge" argument. Save "cond" into aux field of the edge. Update prototype for changed arguments. + (if_convertible_loop_p): Clear aux field of incoming edges if bb + contains phi node. (find_phi_replacement_condition): Operate on incoming edges, not on predecessor blocks. If there is a condition saved in the incoming edge aux field, AND it with incoming bb predicate. -- 2.30.2