aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2011-12-06 09:02:17 +0000
committerRichard Guenther <rguenther@suse.de>2011-12-06 09:02:17 +0000
commit67110b56f7b46ef9ec4997609d22b3f29095b075 (patch)
tree84166cf1fe0e2bf39bec0a5b5c73e24040f13a0f /gcc/gimple.h
parentd8f28102b4c7a924fa039e256fc52e93a3a18e9e (diff)
2011-12-06 Richard Guenther <rguenther@suse.de>
PR tree-optimization/51363 * gimple.c (gimple_rhs_has_side_effects): Remove. * gimple.h (gimple_rhs_has_side_effects): Likewise. * tree-ssa-dom.c (optimize_stmt): Simplify conditional. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@182041 138bc75d-0d04-0410-961f-82ee72b054a4
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 ec4e76e13dd..487b516cbd3 100644
--- a/gcc/gimple.h
+++ b/gcc/gimple.h
@@ -948,7 +948,6 @@ void gimple_cond_get_ops_from_tree (tree, enum tree_code *, tree *, tree *);
gimple gimple_build_cond_from_tree (tree, tree, tree);
void gimple_cond_set_condition_from_tree (gimple, tree);
bool gimple_has_side_effects (const_gimple);
-bool gimple_rhs_has_side_effects (const_gimple);
bool gimple_could_trap_p (gimple);
bool gimple_could_trap_p_1 (gimple, bool, bool);
bool gimple_assign_rhs_could_trap_p (gimple);