diff options
Diffstat (limited to 'gcc/ada/exp_unst.adb')
-rw-r--r-- | gcc/ada/exp_unst.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_unst.adb b/gcc/ada/exp_unst.adb index 6717610..f146a6f 100644 --- a/gcc/ada/exp_unst.adb +++ b/gcc/ada/exp_unst.adb @@ -598,7 +598,7 @@ package body Exp_Unst is then Note_Uplevel_Bound (Prefix (N), Ref); - -- Conditional expressions. + -- Conditional expressions elsif Nkind (N) = N_If_Expression then declare |