summaryrefslogtreecommitdiff
path: root/gcc/passes.def
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2017-06-16 12:19:24 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2017-06-16 12:19:24 +0000
commit01f1c24e423755d237e6c13ff81da1356b153caa (patch)
tree4e97df0e01a3410ea111bab38411be80a1de6d6c /gcc/passes.def
parent4317778a9b6213a97a3de5ffd77edf516592fb71 (diff)
re PR tree-optimization/81090 ([graphite] ICE in loop_preheader_edge)
2017-06-16 Richard Biener <rguenther@suse.de> PR tree-optimization/81090 * passes.def (pass_record_bounds): Remove. * tree-pass.h (make_pass_record_bounds): Likewise. * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds, make_pass_record_bounds): Likewise. * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do not free niter estimates at the beginning but at the end. * tree-scalar-evolution.c (scev_finalize): Free niter estimates. * gcc.dg/graphite/pr81090.c: New testcase. From-SVN: r249249
Diffstat (limited to 'gcc/passes.def')
-rw-r--r--gcc/passes.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/passes.def b/gcc/passes.def
index 25e9d974bc8..c14f6b9f63c 100644
--- a/gcc/passes.def
+++ b/gcc/passes.def
@@ -276,7 +276,6 @@ along with GCC; see the file COPYING3. If not see
/* All unswitching, final value replacement and splitting can expose
empty loops. Remove them now. */
NEXT_PASS (pass_cd_dce);
- NEXT_PASS (pass_record_bounds);
NEXT_PASS (pass_iv_canon);
NEXT_PASS (pass_loop_distribution);
NEXT_PASS (pass_copy_prop);