diff options
Diffstat (limited to 'gcc-4.6/gcc/tree.h')
-rw-r--r-- | gcc-4.6/gcc/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.6/gcc/tree.h b/gcc-4.6/gcc/tree.h index e4469be..1ec0c06 100644 --- a/gcc-4.6/gcc/tree.h +++ b/gcc-4.6/gcc/tree.h @@ -5155,6 +5155,7 @@ truth_value_p (enum tree_code code) /* 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); |