[Ada] Beef up comment in exp_attr.adb

2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

	* exp_attr.adb (Expand_Loop_Entry_Attribute): Beef up comment.

From-SVN: r273688
This commit is contained in:
Eric Botcazou 2019-07-22 13:58:00 +00:00 committed by Pierre-Marie de Rodat
parent ca305a848c
commit 75f6bfcefd
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2019-07-22 Eric Botcazou <ebotcazou@adacore.com>
* exp_attr.adb (Expand_Loop_Entry_Attribute): Beef up comment.
2019-07-22 Ed Schonberg <schonberg@adacore.com> 2019-07-22 Ed Schonberg <schonberg@adacore.com>
* libgnat/s-valboo.ads, libgnat/s-valcha.ads, * libgnat/s-valboo.ads, libgnat/s-valcha.ads,

View File

@ -1390,8 +1390,9 @@ package body Exp_Attr is
-- This avoids the duplication of the same code which may lead -- This avoids the duplication of the same code which may lead
-- to gigi issues with respect to multiple declaration of the -- to gigi issues with respect to multiple declaration of the
-- same entity in the presence of side effects or checks. Note -- same entity in the presence of side effects or checks. Note
-- that the condition actions must also be relocated to the -- that the condition actions must also be relocated into the
-- wrapping function. -- wrapping function because they may contain itypes, e.g. in
-- the case of a comparison involving slices.
-- Generate: -- Generate:
-- <condition actions> -- <condition actions>