]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fold-const: Remove div_if_zero_remainder declaration.
authorAndrew Pinski <andrew.pinski@oss.qualcomm.com>
Fri, 31 Oct 2025 16:32:23 +0000 (09:32 -0700)
committerAndrew Pinski <andrew.pinski@oss.qualcomm.com>
Fri, 31 Oct 2025 16:35:01 +0000 (09:35 -0700)
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>
gcc/fold-const.h

index 00975dcddd61510c3c87710b962e89f48da76e39..87e7ec15157a2af9dd8a461ea54468a689909fc2 100644 (file)
@@ -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);