diff options
Diffstat (limited to 'gcc/tree.h')
| -rw-r--r-- | gcc/tree.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index b60c7b40784..4afe608cf52 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -3781,11 +3781,13 @@ extern int tree_node_sizes[]; extern bool in_gimple_form; /* In tree-ssa-loop-niter.c. */ - tree lower_bound_in_type (tree, tree); tree upper_bound_in_type (tree, tree); /* In tree-ssa-threadupdate.c. */ extern bool thread_through_all_blocks (void); +/* In tree-gimple.c. */ +extern tree get_base_address (tree t); + #endif /* GCC_TREE_H */ |

