[COMMITTED] Improve coment for the newly added code in ipa-split.
authorAndrew Pinski <apinski@marvell.com>
Tue, 18 Jan 2022 22:53:45 +0000 (14:53 -0800)
committerAndrew Pinski <apinski@marvell.com>
Tue, 18 Jan 2022 23:45:20 +0000 (15:45 -0800)
commit5ce3c003df29b4a1845936f639f04ff0548ff409
tree8bb53354ffe9862a634425afc2484215ecd63027
parent1a5145f1e3adf8b2ba4ad416a5ddef59a1e34d48
[COMMITTED] Improve coment for the newly added code in ipa-split.

It was pointed out to me by Jakub, that the comment in front of
the new code which handles warning/error attribute was not really
understandable. This fixes the comment to be understandable; I
don't know why I wrote the original comment that way even.

Committed as obvious after a quick build.

gcc/ChangeLog:

* ipa-split.cc (visit_bb): Fix comment before the
warning/error attribute checking code.
gcc/ipa-split.cc