re PR tree-optimization/62081 (ICE: in fix_loop_structure, at loop-init.c:208 with...
authorRichard Biener <rguenther@suse.de>
Thu, 14 Aug 2014 13:14:24 +0000 (13:14 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 14 Aug 2014 13:14:24 +0000 (13:14 +0000)
commit7d39012c24ded7a9d1d4eb1fa2916181dac3ada2
tree41dc7049a44602f9a0155dd8016a9abe934679e6
parent833f94c0119e638645a2adc461e385dc1ffc5e2b
re PR tree-optimization/62081 (ICE: in fix_loop_structure, at loop-init.c:208 with -fno-tree-ch -fno-tree-cselim -fno-tree-dominator-opts -fno-tree-reassoc -fno-tree-sink)

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.

From-SVN: r213961
gcc/ChangeLog
gcc/passes.def
gcc/tree-pass.h
gcc/tree-ssa-loop.c