aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2010-06-17 16:14:41 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2010-06-17 16:14:41 +0000
commit3a6206615ecc75936dfa4f548a9cdd8597173c4b (patch)
treefa33eacb8bc2dfc89d5247c4aadf57587663190f /gcc/tree-flow.h
parentb56a5e1fa30d8ec435ebce9e79ba1a32f0fa97bf (diff)
downloadgcc-3a6206615ecc75936dfa4f548a9cdd8597173c4b.zip
gcc-3a6206615ecc75936dfa4f548a9cdd8597173c4b.tar.gz
gcc-3a6206615ecc75936dfa4f548a9cdd8597173c4b.tar.bz2
tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
2010-06-17 Richard Guenther <rguenther@suse.de> * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove. * tree-flow.h (array_ref_contains_indirect_ref): Likewise. From-SVN: r160933
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index 1830ffa..3dd9244 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -779,7 +779,6 @@ char *get_lsm_tmp_name (tree, unsigned);
static inline void set_is_used (tree);
static inline bool unmodifiable_var_p (const_tree);
static inline bool ref_contains_array_ref (const_tree);
-static inline bool array_ref_contains_indirect_ref (const_tree);
/* In tree-eh.c */
extern void make_eh_edges (gimple);