summaryrefslogtreecommitdiff
path: root/gcc/gimple-fold.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2014-02-04 07:04:32 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2014-02-04 06:04:32 +0000
commit6f746413d43db94271199e867c03bb20de3c2d42 (patch)
tree761dc26b22dd807bfe3d477bf19b0fe1345cee2a /gcc/gimple-fold.h
parent5f876ae722d5a409960aef5ab4d3ea7630fd516c (diff)
downloadgcc-6f746413d43db94271199e867c03bb20de3c2d42.tar.gz
gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.
* gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove. * gimple-fold.h (gimple_extract_devirt_binfo_from_cst): Remove. From-SVN: r207450
Diffstat (limited to 'gcc/gimple-fold.h')
-rw-r--r--gcc/gimple-fold.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gimple-fold.h b/gcc/gimple-fold.h
index 3dbce9cf415..6d8746ccb16 100644
--- a/gcc/gimple-fold.h
+++ b/gcc/gimple-fold.h
@@ -26,7 +26,6 @@ extern tree canonicalize_constructor_val (tree, tree);
extern tree get_symbol_constant_value (tree);
extern void gimplify_and_update_call_from_tree (gimple_stmt_iterator *, tree);
extern tree gimple_fold_builtin (gimple);
-extern tree gimple_extract_devirt_binfo_from_cst (tree, tree);
extern bool fold_stmt (gimple_stmt_iterator *);
extern bool fold_stmt_inplace (gimple_stmt_iterator *);
extern tree maybe_fold_and_comparisons (enum tree_code, tree, tree,