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

split-paths: Move check for # of statements in join earlier


This moves the check for # of statements to copy in join to
be the first check. This check is the cheapest check so it
should be first. Plus add a print to the dump file since there
was none beforehand.

gcc/ChangeLog:

	* gimple-ssa-split-paths.cc (is_feasible_trace): Move
	check for # of statments in join earlier and add a
	debug print.

Signed-off-by: default avatarAndrew Pinski <quic_apinski@quicinc.com>
parent f9642ffe
No related branches found
No related tags found
No related merge requests found
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