]> git.ipfire.org Git - thirdparty/gcc.git/commit
2014-08-14 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Aug 2014 13:14:24 +0000 (13:14 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Aug 2014 13:14:24 +0000 (13:14 +0000)
commitbf8e217d02b5849f8be35910e510e252a9415847
tree41dc7049a44602f9a0155dd8016a9abe934679e6
parent62cc770a6675526d3ab8388ec39fde3087047dab
2014-08-14  Richard Biener  <rguenther@suse.de>

PR tree-optimization/62081
* tree-ssa-loop.c (pass_fix_loops): New pass.
(pass_tree_loop::gate):  Do not fixup loops here.
* tree-pass.h (make_pass_fix_loops): Declare.
* passes.def: Schedule pass_fix_loops before GIMPLE loop passes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213961 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/passes.def
gcc/tree-pass.h
gcc/tree-ssa-loop.c