]> git.ipfire.org Git - thirdparty/gcc.git/commit
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)
commit468f8a3df1cd9e63b38cd4855926e9507b916fd0
treebc2b7d25900053d8dac62db3a7d49b33521cb11c
parent58ee2079230e0340187a5a9990891fb174034301
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 <andrew.pinski@oss.qualcomm.com>
gcc/fold-const.h