Commit 3e752e1f by Eric Botcazou Committed by Pierre-Marie de Rodat

[Ada] Einfo: minor tweak in comment

2018-07-16  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

	* einfo.ads: Minor tweak in comment.

From-SVN: r262705
parent 9f46106a
2018-07-16 Eric Botcazou <ebotcazou@adacore.com>
* einfo.ads: Minor tweak in comment.
2018-07-16 Javier Miranda <miranda@adacore.com>
* sem_ch4.adb (Analyze_Membership_Op): Code cleanup.
......
......@@ -3139,8 +3139,8 @@ package Einfo is
-- flag may be set for any other functions or procedures that are known
-- to be side effect free, so in the case of subprograms, the Is_Pure
-- flag may be used by the optimizer to imply that it can assume freedom
-- from side effects (other than those resulting from assignment to out
-- parameters, or to objects designated by access parameters).
-- from side effects (other than those resulting from assignment to Out
-- or In Out parameters, or to objects designated by access parameters).
-- Is_Pure_Unit_Access_Type (Flag189)
-- Defined in access type and subtype entities. Set if the type or
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment