]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix typo in comment in execute_all_ipa_transforms.
authorAndrew Pinski <quic_apinski@quicinc.com>
Fri, 30 May 2025 07:00:31 +0000 (00:00 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Fri, 30 May 2025 20:46:15 +0000 (13:46 -0700)
commit948bb7ee02ad6b9f9625e684d1505b57c2a11a6e
tree6f6ab8aa21d7120dc59c081d0e865e1bada296a8
parentdd9b6035a317a70a33112b830ce96b381d323af4
Fix typo in comment in execute_all_ipa_transforms.

small typo, missing n at the end of function.

Pushed as obvious after a bootstrap/test.

gcc/ChangeLog:

* passes.cc (execute_all_ipa_transforms): Fix typo in
commenet.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/passes.cc