aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-07-07 13:16:00 -0700
committerRichard Henderson <rth@gcc.gnu.org>2004-07-07 13:16:00 -0700
commit63b8825280dc6eac8ff82c577c15831a150c1c40 (patch)
treec942eab68cbe4fd2928d53b1721538ff35b54f5d /gcc/tree-flow.h
parent6c4918da7335aa1a76ad468594762cffbef822a7 (diff)
downloadgcc-63b8825280dc6eac8ff82c577c15831a150c1c40.zip
gcc-63b8825280dc6eac8ff82c577c15831a150c1c40.tar.gz
gcc-63b8825280dc6eac8ff82c577c15831a150c1c40.tar.bz2
tree-flow-inline.h (may_propagate_copy): Move...
* tree-flow-inline.h (may_propagate_copy): Move... * tree-ssa-copy.c (may_propagate_copy): ... here. Fail if we attempt to copy between types requiring conversion. * tree-flow.h (may_propagate_copy): Update decl. * tree-ssa-dom.c (cprop_operand): Tidy redundant tests. From-SVN: r84225
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index aae57bc..dc4ddb2 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -591,10 +591,10 @@ extern void debug_dominator_optimization_stats (void);
extern void propagate_value (use_operand_p, tree);
extern void propagate_tree_value (tree *, tree);
extern void replace_exp (use_operand_p, tree);
+extern bool may_propagate_copy (tree, tree);
/* In tree-flow-inline.h */
static inline int phi_arg_from_edge (tree, edge);
-static inline bool may_propagate_copy (tree, tree);
static inline bool is_call_clobbered (tree);
static inline void mark_call_clobbered (tree);