]> 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)
committerThomas Schwinge <tschwinge@baylibre.com>
Wed, 4 Sep 2024 10:48:16 +0000 (12:48 +0200)
commit35e4414bac06927387fb7a6fe10b373e766da1c1
tree583c5f8f9bf91254f3161d3bbc837e1fd12c4602
parent347a953d855c6b246b1604bdf4728f615cb471b6
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.

Co-authored-by: Thomas Schwinge <tschwinge@baylibre.com>
gcc/predict.cc