Skip to content
Snippets Groups Projects
Commit eafdce17 authored by Andrew Pinski's avatar Andrew Pinski
Browse files

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: default avatarAndrew Pinski <quic_apinski@quicinc.com>
parent 3d07e7bf
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment