diff options
author | Richard Biener <rguenther@suse.de> | 2014-07-08 09:22:54 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2014-07-08 09:22:54 +0000 |
commit | a59d8e8eb67086eb6df936074ef6d8fb4834bcc2 (patch) | |
tree | fc2de2ca11505b2c9e319eb1096a8574539176b7 /gcc/tree-ssa-dom.h | |
parent | 70f633c5b36f5d95b2ab92610940a73051951a38 (diff) | |
download | gcc-a59d8e8eb67086eb6df936074ef6d8fb4834bcc2.zip gcc-a59d8e8eb67086eb6df936074ef6d8fb4834bcc2.tar.gz gcc-a59d8e8eb67086eb6df936074ef6d8fb4834bcc2.tar.bz2 |
tree-ssa-dom.h (loop_depth_of_name): Remove.
2014-07-08 Richard Biener <rguenther@suse.de>
* tree-ssa-dom.h (loop_depth_of_name): Remove.
* tree-ssa-dom.c (record_equivalences_from_phis): Remove
restriction on loop depth difference.
(record_equality): Likewise.
(propagate_rhs_into_lhs): Likewise. Simplify condition.
(loop_depth_of_name): Remove.
* tree-ssa-copy.c (copy_prop_visit_phi_node): Remove
restriction on loop depth difference.
(init_copy_prop): Likewise.
* gcc.dg/tree-ssa/ssa-pre-16.c: Adjust expected eliminations.
From-SVN: r212352
Diffstat (limited to 'gcc/tree-ssa-dom.h')
-rw-r--r-- | gcc/tree-ssa-dom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-ssa-dom.h b/gcc/tree-ssa-dom.h index af2f128..604c7c1 100644 --- a/gcc/tree-ssa-dom.h +++ b/gcc/tree-ssa-dom.h @@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see extern void dump_dominator_optimization_stats (FILE *); extern void debug_dominator_optimization_stats (void); -extern int loop_depth_of_name (tree); extern bool simple_iv_increment_p (gimple); #endif /* GCC_TREE_SSA_DOM_H */ |