]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ChangeLog: Add following to my previous description:
authorUros Bizjak <uros@gcc.gnu.org>
Mon, 2 Jul 2007 15:15:39 +0000 (17:15 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 2 Jul 2007 15:15:39 +0000 (17:15 +0200)
        * 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

index 99acea3d4b1a097a726419667b5217949d3f65b7..1d07713ad25d70636b996c67216358a200a37f2b 100644 (file)
@@ -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.