aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2007-08-10 17:29:23 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2007-08-10 17:29:23 +0000
commitdf54b9ab94b46279d2af4977d8bdd4187151a5a7 (patch)
treec8746174b941f7ffdf61f96fa691892cadcf37f9 /gcc/tree-flow.h
parentacbe5496b3160137b72217c7afb80f245dc70699 (diff)
downloadgcc-df54b9ab94b46279d2af4977d8bdd4187151a5a7.zip
gcc-df54b9ab94b46279d2af4977d8bdd4187151a5a7.tar.gz
gcc-df54b9ab94b46279d2af4977d8bdd4187151a5a7.tar.bz2
tree-flow-inline.h (is_exec_stmt): Remove.
* tree-flow-inline.h (is_exec_stmt): Remove. (is_label_stmt): Remove. * tree-flow.h: Remove prototypes for is_exec_stmt, get_filename, and is_label_stmt. From-SVN: r127343
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index 55bec44..204a668 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -535,9 +535,6 @@ static inline void update_stmt (tree);
static inline bool stmt_modified_p (tree);
static inline bitmap may_aliases (const_tree);
static inline int get_lineno (tree);
-static inline const char *get_filename (tree);
-static inline bool is_exec_stmt (const_tree);
-static inline bool is_label_stmt (const_tree);
static inline bitmap addresses_taken (tree);
/*---------------------------------------------------------------------------