]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Improve readability in Atree.Rewrite body
authorRonan Desplanques <desplanques@adacore.com>
Fri, 28 Feb 2025 11:19:12 +0000 (12:19 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 9 Jun 2025 06:32:03 +0000 (08:32 +0200)
commit880e6752ad94fe0b690fbe39b49e1d6db026db12
treecd6ae6f99144d5317d61fd7e145ebb70382a9e53
parentacc54e0cf014b01b4e8b2579002729316fe93834
ada: Improve readability in Atree.Rewrite body

This patch visually packs together the statements that implement the
exceptions in Rewrite that a few fields are not actually overwritten, in
order to improve the readability of the code.

gcc/ada/ChangeLog:

* atree.adb (Rewrite): Improve readability.
gcc/ada/atree.adb