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 <andrew.pinski@oss.qualcomm.com>
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);