]> gcc.gnu.org Git - gcc.git/commit - gcc/ada/sem_ch8.adb
[Ada] Cleanup insertion of single freezing actions
authorPiotr Trojanek <trojanek@adacore.com>
Thu, 25 Nov 2021 13:54:17 +0000 (14:54 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 2 Dec 2021 16:26:28 +0000 (16:26 +0000)
commite4b5ab01946554dabfc68090ae114182c96caf13
tree825566e0e452d75819b661cea7f023d4ddb4dc8b
parentec9c3bd5d2d6d91a9967bf153ebf1411e6bb10c0
[Ada] Cleanup insertion of single freezing actions

gcc/ada/

* exp_util.adb (Append_Freeze_Action): Tune whitespace to make
the code look similar to Append_Freeze_Actions, which takes a
List_Id.
* sem_ch6.adb (Analyze_Return_Type): Cleanup with
Append_Freeze_Action.
* exp_ch3.adb (Build_Access_Subprogram_Wrapper_Body): Likewise.
* sem_ch3.adb (Build_Access_Subprogram_Wrapper): Likewise.
* contracts.adb (Add_Indirect_Call_Wrapper): Remove extra call
to Ensure_Freeze_Node.
(Add_Call_Helper): Likewise.
* freeze.adb (Check_Inherited_Conditions): Likewise.
(Attribute_Renaming): Likewise.
* sem_ch8.adb: Likewise.
gcc/ada/contracts.adb
gcc/ada/exp_ch3.adb
gcc/ada/exp_util.adb
gcc/ada/freeze.adb
gcc/ada/sem_ch3.adb
gcc/ada/sem_ch6.adb
gcc/ada/sem_ch8.adb
This page took 0.059354 seconds and 5 git commands to generate.