]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove expanding complex EQ/NE inside a GIMPLE_RETURN [PR115721]
authorAndrew Pinski <quic_apinski@quicinc.com>
Tue, 9 Jul 2024 21:00:34 +0000 (14:00 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Wed, 10 Jul 2024 05:21:41 +0000 (22:21 -0700)
commit8f8bddb58ad7746b2a19c43e32641d161fa15caf
tree65ef3873a3e97a3a59ae7edac37b1e5360a254a2
parent7a345d0314f8cf0f15ca3664b1e4430d65764570
Remove expanding complex EQ/NE inside a GIMPLE_RETURN [PR115721]

This code has been dead at least since the move over to tuples
in 0-88576-g726a989a8b74bf, when gimple returns could only have
a simple expression in it. So let's remove it.

Bootstrapped and tested on x86_64-linux-gnu with no regressions.

gcc/ChangeLog:

PR tree-optimization/115721
* tree-complex.cc (expand_complex_comparison): Remove
support for GIMPLE_RETURN.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/tree-complex.cc