diff options
author | Andrew Pinski <quic_apinski@quicinc.com> | 2024-09-02 20:38:11 -0700 |
---|---|---|
committer | Andrew Pinski <quic_apinski@quicinc.com> | 2024-09-03 16:38:03 -0700 |
commit | 77e17558fcda8992fbe731ccd12bde445e48d6f4 (patch) | |
tree | 9fb7fd117dafb293dc77ff3ec8bea92d22ec2c4d /gcc/expr.cc | |
parent | f9642ffe7814396f31203f4366f78a43a01a215c (diff) | |
download | gcc-77e17558fcda8992fbe731ccd12bde445e48d6f4.zip gcc-77e17558fcda8992fbe731ccd12bde445e48d6f4.tar.gz gcc-77e17558fcda8992fbe731ccd12bde445e48d6f4.tar.bz2 |
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: Andrew Pinski <quic_apinski@quicinc.com>
Diffstat (limited to 'gcc/expr.cc')
0 files changed, 0 insertions, 0 deletions