diff options
Diffstat (limited to 'gcc/fold-const.h')
-rw-r--r-- | gcc/fold-const.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.h b/gcc/fold-const.h index 3d08528..50f901d 100644 --- a/gcc/fold-const.h +++ b/gcc/fold-const.h @@ -151,7 +151,7 @@ extern tree div_if_zero_remainder (const_tree, const_tree); extern bool tree_swap_operands_p (const_tree, const_tree); extern enum tree_code swap_tree_comparison (enum tree_code); -extern bool ptr_difference_const (tree, tree, poly_int64_pod *); +extern bool ptr_difference_const (tree, tree, poly_int64 *); extern enum tree_code invert_tree_comparison (enum tree_code, bool); extern bool inverse_conditions_p (const_tree, const_tree); |