Commit 494a7e45 by Arnaud Charlet

Minor reformatting.

From-SVN: r235744
parent 14c3ae9a
...@@ -3123,13 +3123,13 @@ package body Exp_Util is ...@@ -3123,13 +3123,13 @@ package body Exp_Util is
is is
begin begin
Remove_Side_Effects Remove_Side_Effects
(Exp => Exp, (Exp => Exp,
Name_Req => Name_Req, Name_Req => Name_Req,
Variable_Ref => True, Variable_Ref => True,
Renaming_Req => False, Renaming_Req => False,
Related_Id => Related_Id, Related_Id => Related_Id,
Is_Low_Bound => Is_Low_Bound, Is_Low_Bound => Is_Low_Bound,
Is_High_Bound => Is_High_Bound, Is_High_Bound => Is_High_Bound,
Check_Side_Effects => Check_Side_Effects =>
Is_Static_Expression (Exp) Is_Static_Expression (Exp)
or else Mode = Relaxed); or else Mode = Relaxed);
......
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