aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-01-24 20:47:43 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-01-24 20:47:43 +0000
commit3a2f1f06651ace284325fa449acf5babffd91a3e (patch)
tree15c9cc34f3a169e8b5913e2a149242fb5c4879f2 /gcc/tree-flow.h
parent2a4d06261820a8fa78728d40ea51ba4658b6d914 (diff)
downloadgcc-3a2f1f06651ace284325fa449acf5babffd91a3e.zip
gcc-3a2f1f06651ace284325fa449acf5babffd91a3e.tar.gz
gcc-3a2f1f06651ace284325fa449acf5babffd91a3e.tar.bz2
tree-flow-inline.h (phi_arg_from_edge): Remove.
* tree-flow-inline.h (phi_arg_from_edge): Remove. * tree-flow.h: Remove the corresponding prototype. * tree-ssa-operands.h, tree-ssa-threadupdate.c, tree-ssa.c, tree-vectorizer.c: Use dest_idx instead of phi_arg_from_edge. From-SVN: r94183
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 f97435a..55ff2e7 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -698,7 +698,6 @@ enum move_pos
extern enum move_pos movement_possibility (tree);
/* In tree-flow-inline.h */
-static inline int phi_arg_from_edge (tree, edge);
static inline bool is_call_clobbered (tree);
static inline void mark_call_clobbered (tree);
static inline void set_is_used (tree);