I missed the declaration of div_if_zero_remainder in fold-const.h
when it was removed in r16-4907-ga4be88ef0f2669. This removes it.

Pushed as obvious after a quick build and test.

        PR tree-optimization/122437
gcc/ChangeLog:

        * fold-const.h (div_if_zero_remainder): Remove.

Signed-off-by: Andrew Pinski <[email protected]>
---
 gcc/fold-const.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/fold-const.h b/gcc/fold-const.h
index 00975dcddd6..87e7ec15157 100644
--- a/gcc/fold-const.h
+++ b/gcc/fold-const.h
@@ -153,7 +153,6 @@ extern tree build_simple_mem_ref_loc (location_t, tree);
 extern poly_offset_int mem_ref_offset (const_tree);
 extern tree build_invariant_address (tree, tree, poly_int64);
 extern tree constant_boolean_node (bool, tree);
-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);
-- 
2.43.0

Reply via email to