diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3754,4 +3754,9 @@ extern int tree_node_sizes[]; restricted to creating gimple expressions. */ 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); + #endif /* GCC_TREE_H */ |