OSDN Git Service

2010-05-06 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 May 2010 09:08:57 +0000 (09:08 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:00:39 +0000 (14:00 +0900)
PR tree-optimization/43571
* domwalk.c (walk_dominator_tree): Walk the dominator
sons in more optimal order.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159100 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 5051ece..aacaefe 100644 (file)
@@ -1,5 +1,11 @@
 2010-05-06  Richard Guenther  <rguenther@suse.de>
 
+       PR tree-optimization/43571
+       * domwalk.c (walk_dominator_tree): Walk the dominator
+       sons in more optimal order.
+
+2010-05-06  Richard Guenther  <rguenther@suse.de>
+
        PR tree-optimization/43934
        * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
        (stmt_cost): Likewise.