From: Arnaud Charlet Date: Mon, 2 May 2016 10:31:39 +0000 (+0200) Subject: Minor reformatting. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=494a7e453377c5a99277c217005685203b07615b;p=gcc.git Minor reformatting. From-SVN: r235744 --- diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb index 06d3c32d941..011ccc4977a 100644 --- a/gcc/ada/exp_util.adb +++ b/gcc/ada/exp_util.adb @@ -3123,13 +3123,13 @@ package body Exp_Util is is begin Remove_Side_Effects - (Exp => Exp, - Name_Req => Name_Req, - Variable_Ref => True, - Renaming_Req => False, - Related_Id => Related_Id, - Is_Low_Bound => Is_Low_Bound, - Is_High_Bound => Is_High_Bound, + (Exp => Exp, + Name_Req => Name_Req, + Variable_Ref => True, + Renaming_Req => False, + Related_Id => Related_Id, + Is_Low_Bound => Is_Low_Bound, + Is_High_Bound => Is_High_Bound, Check_Side_Effects => Is_Static_Expression (Exp) or else Mode = Relaxed);