https://gcc.gnu.org/g:468f8a3df1cd9e63b38cd4855926e9507b916fd0

commit r16-4912-g468f8a3df1cd9e63b38cd4855926e9507b916fd0
Author: Andrew Pinski <[email protected]>
Date:   Fri Oct 31 09:32:23 2025 -0700

    fold-const: Remove div_if_zero_remainder declaration.
    
    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]>

Diff:
---
 gcc/fold-const.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/fold-const.h b/gcc/fold-const.h
index 00975dcddd61..87e7ec15157a 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);

Reply via email to