aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2011-10-06 16:34:48 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2011-10-06 16:34:48 +0200
commite7f9dae09c771b101425e5b1f92b74278c48cb8d (patch)
tree1eb9825a1426b1f1981f774965457b45a5f0fba4 /gcc/tree.h
parentbc622b2a5ee54492a43a75c4170efefc33690471 (diff)
downloadgcc-e7f9dae09c771b101425e5b1f92b74278c48cb8d.zip
gcc-e7f9dae09c771b101425e5b1f92b74278c48cb8d.tar.gz
gcc-e7f9dae09c771b101425e5b1f92b74278c48cb8d.tar.bz2
tree.h (avoid_folding_inline_builtin): New prototype.
* tree.h (avoid_folding_inline_builtin): New prototype. * builtins.c (avoid_folding_inline_builtin): No longer static. * gimple-fold.c (gimple_fold_builtin): Give up if avoid_folding_inline_builtin returns true. From-SVN: r179614
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index f064bbe..e0f1a07 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -5352,6 +5352,7 @@ fold_build_pointer_plus_hwi_loc (location_t loc, tree ptr, HOST_WIDE_INT off)
fold_build_pointer_plus_hwi_loc (UNKNOWN_LOCATION, p, o)
/* In builtins.c */
+extern bool avoid_folding_inline_builtin (tree);
extern tree fold_call_expr (location_t, tree, bool);
extern tree fold_builtin_fputs (location_t, tree, tree, bool, bool, tree);
extern tree fold_builtin_strcpy (location_t, tree, tree, tree, tree);