]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix branch prediction dump message
authorFrederik Harwath <frederik@codesourcery.com>
Tue, 16 Nov 2021 15:13:51 +0000 (16:13 +0100)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 21 Jun 2022 13:11:46 +0000 (14:11 +0100)
commit9a77a1c4aad36bfb403433e5df567b94ee3e2257
tree2c200c261edb660ca6262b69d8c3b0153da44c4d
parentaf8716ef76fd8a05cd6d4b85cab4c23c8debf078
Fix branch prediction dump message

Instead of, for instance, "Loop got predicted 1 to iterate 10 times"
the message should be "Loop 1 got predicted to iterate 10 times".

gcc/ChangeLog:

* predict.cc (pass_profile::execute): Fix dump message.
gcc/ChangeLog.omp
gcc/predict.cc