]> git.ipfire.org Git - thirdparty/gcc.git/commit
match: Remove valueize_condition argument from gimple_extra template
authorAndrew Pinski <quic_apinski@quicinc.com>
Sun, 18 May 2025 07:06:38 +0000 (00:06 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Tue, 20 May 2025 19:30:07 +0000 (12:30 -0700)
commit70a5de6920055adde1cba97d91534376a195adf4
tree19ce7f59c9485c315bff2a7776d00022ea5586a7
parentfba34a0cc55488ad89becf81cf2c9ac517d244d4
match: Remove valueize_condition argument from gimple_extra template

After r15-4791-gb60031e8f9f8fe, the valueize_condition argument becomes
unused. I didn't notice that as there was -Wno-unused option being added
while compiling gimple-match-exports.cc. This removes that too as there are
no unused warnings.

gcc/ChangeLog:

* Makefile.in (gimple-match-exports.o-warn): Remove.
* gimple-match-exports.cc (gimple_extract): Remove valueize_condition
argument.
(gimple_extract_op): Update call to gimple_extract.
(gimple_simplify): Likewise. Also remove valueize_condition lambda.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/Makefile.in
gcc/gimple-match-exports.cc