diff options
author | Richard Guenther <rguenther@suse.de> | 2010-02-26 16:01:52 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2010-02-26 16:01:52 +0000 |
commit | 3753001420bcb94c509d028f41fc6f957b72e8d3 (patch) | |
tree | 5b2a9657dd7206c0286ba4768950454a5eb7b9fd /gcc/gimple.h | |
parent | 095c7b3cbd4094944097b95b4a2c00d475b47ca9 (diff) | |
download | gcc-3753001420bcb94c509d028f41fc6f957b72e8d3.zip gcc-3753001420bcb94c509d028f41fc6f957b72e8d3.tar.gz gcc-3753001420bcb94c509d028f41fc6f957b72e8d3.tar.bz2 |
re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never ends)
2010-02-26 Richard Guenther <rguenther@suse.de>
PR tree-optimization/43186
* gimple.h (gimple_fold): Remove.
* gimple.c (gimple_fold): Remove. Inline into single user ...
* tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
Try harder for conditions.
* gcc.c-torture/compile/pr43186.c: New testcase.
From-SVN: r157093
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r-- | gcc/gimple.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h index 6377938..65cb6e1 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -841,7 +841,6 @@ bool gimple_assign_ssa_name_copy_p (gimple); bool gimple_assign_single_p (gimple); bool gimple_assign_unary_nop_p (gimple); void gimple_set_bb (gimple, struct basic_block_def *); -tree gimple_fold (const_gimple); void gimple_assign_set_rhs_from_tree (gimple_stmt_iterator *, tree); void gimple_assign_set_rhs_with_ops (gimple_stmt_iterator *, enum tree_code, tree, tree); |