diff options
author | Andrew Pinski <quic_apinski@quicinc.com> | 2025-01-28 12:20:25 -0800 |
---|---|---|
committer | Andrew Pinski <quic_apinski@quicinc.com> | 2025-01-29 05:34:53 -0800 |
commit | eafdce175a4e22bebf42e37a94d528eb52f92f16 (patch) | |
tree | 0271fe8d3c753c453efc30315d587b3424282b84 /gcc/expr.cc | |
parent | 3d07e7bf13d4aec794dd25b5090c139b4d78283d (diff) | |
download | gcc-eafdce175a4e22bebf42e37a94d528eb52f92f16.zip gcc-eafdce175a4e22bebf42e37a94d528eb52f92f16.tar.gz gcc-eafdce175a4e22bebf42e37a94d528eb52f92f16.tar.bz2 |
split-path: CALL_EXPR can't show up in gimple_assign
While working on split path, I noticed that poor_ifcvt_candidate_code
would check for CALL_EXPR but that can't show up in gimple_assign
so this removes that check.
This could be a very very small compile time improvement.
Bootstrapped and tested on x86_64-linux-gnu.
gcc/ChangeLog:
* gimple-ssa-split-paths.cc (poor_ifcvt_candidate_code): Remove CALL_EXPR handling.
Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
Diffstat (limited to 'gcc/expr.cc')
0 files changed, 0 insertions, 0 deletions