diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-17 16:14:41 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-17 16:14:41 +0000 |
commit | 31c2230048a8b72b8c7648d257ffdbb37b128b78 (patch) | |
tree | fa33eacb8bc2dfc89d5247c4aadf57587663190f /gcc/tree-flow.h | |
parent | a9ce8fba2e0ce3878e6a7c4ac9b224d8d73c2b93 (diff) | |
download | gcc-31c2230048a8b72b8c7648d257ffdbb37b128b78.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160933 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 1830ffa874e..3dd9244cef3 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); |