From: rguenth Date: Thu, 6 May 2010 09:08:57 +0000 (+0000) Subject: 2010-05-06 Richard Guenther X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=489f559931d2849e7e6723eedf5803bbf3142332;p=pf3gnuchains%2Fgcc-fork.git 2010-05-06 Richard Guenther 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5051eced3b2..aacaefe2fe7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2010-05-06 Richard Guenther + PR tree-optimization/43571 + * domwalk.c (walk_dominator_tree): Walk the dominator + sons in more optimal order. + +2010-05-06 Richard Guenther + PR tree-optimization/43934 * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes. (stmt_cost): Likewise.