Remove superflous debugging messages from the threading registry.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 19 Oct 2021 08:26:47 +0000 (10:26 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Wed, 20 Oct 2021 10:22:55 +0000 (12:22 +0200)
commit8b7f9c40ef42411b6f51b508d41a580d4682069e
tree8ff5c4bbf0a44be1c3dd1c4f13278ca13855f3ef
parent18606d776642a876a787c37491c52b81c30ebc83
Remove superflous debugging messages from the threading registry.

These are some random obvious cleanups to the threading dumps, since
it seems I'm not the only one looking at dumps these days.

The "just threaded" debugging message is redundant since there's
already an equivalent "Registering jump thread" message.

The "about to thread" message is actually confusing, because the source
block doesn't match the IL, since the CFG update is mid-flight.

Tested on x86-64 Linux.

gcc/ChangeLog:

* tree-ssa-threadupdate.c (back_jt_path_registry::adjust_paths_after_duplication):
Remove superflous debugging message.
(back_jt_path_registry::duplicate_thread_path): Same.
gcc/tree-ssa-threadupdate.c