]> git.ipfire.org Git - thirdparty/gcc.git/commit
2013-03-18 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Mar 2013 08:46:44 +0000 (08:46 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Mar 2013 08:46:44 +0000 (08:46 +0000)
commit0da53361384cf8741ee9588878fa68aba83e8e4a
treecb0a79a83ddf2a01474c77e8594517a946eac6f7
parent09f4cf629bf8a9be6731fbc94ffa9e28dc30b5a9
2013-03-18  Richard Biener  <rguenther@suse.de>

PR middle-end/56113
* domwalk.c (bb_postorder): New global static.
(cmp_bb_postorder): New function.
(walk_dominator_tree): Replace scheme imposing an order for
visiting dominator sons by one sorting them at the time they
are pushed on the stack.

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