aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2010-07-07 12:06:57 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2010-07-07 12:06:57 +0000
commit523968bfbb7ea90fd33b50cef7df0bf8732385b0 (patch)
treec58a9f0704189719510e62faa499e804da793b0b /gcc/gimple.h
parentb0d9e66374cae4f996a4a2f8f2a58b9f70819ad1 (diff)
downloadgcc-523968bfbb7ea90fd33b50cef7df0bf8732385b0.zip
gcc-523968bfbb7ea90fd33b50cef7df0bf8732385b0.tar.gz
gcc-523968bfbb7ea90fd33b50cef7df0bf8732385b0.tar.bz2
tree-ssa-propagate.h (valid_gimple_call_p): Remove.
2010-07-07 Richard Guenther <rguenther@suse.de> * tree-ssa-propagate.h (valid_gimple_call_p): Remove. * tree-ssa-propagate.c (valid_gimple_call_p): Make static. Fix. * gimple.h (is_gimple_operand): Remove. * gimple.c (is_gimple_operand): Likewise. (walk_gimple_op): Fix wi->val_only setting for calls. * tree-cfg.c (verify_gimple_call): Fix argument validation. * tree-profile.c (tree_gen_ic_func_profiler): Do not create invalid gimple calls. From-SVN: r161905
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r--gcc/gimple.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h
index 7d2289b..ec7fc93 100644
--- a/gcc/gimple.h
+++ b/gcc/gimple.h
@@ -879,7 +879,6 @@ tree gimple_get_lhs (const_gimple);
void gimple_set_lhs (gimple, tree);
void gimple_replace_lhs (gimple, tree);
gimple gimple_copy (gimple);
-bool is_gimple_operand (const_tree);
void gimple_set_modified (gimple, bool);
void gimple_cond_get_ops_from_tree (tree, enum tree_code *, tree *, tree *);
gimple gimple_build_cond_from_tree (tree, tree, tree);