aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_util.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_util.adb')
-rw-r--r--gcc/ada/sem_util.adb5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/sem_util.adb b/gcc/ada/sem_util.adb
index c914703..623d3c4 100644
--- a/gcc/ada/sem_util.adb
+++ b/gcc/ada/sem_util.adb
@@ -14144,9 +14144,8 @@ package body Sem_Util is
if Known_Static_Esize (Typ) then
Size := UI_To_Int (Esize (Typ));
- -- If the Esize (Object_Size) is unknown at compile-time, look at the
- -- RM_Size (Value_Size) since it may have been set by an explicit rep
- -- item.
+ -- If the Esize (Object_Size) is unknown at compile time, look at the
+ -- RM_Size (Value_Size) which may have been set by an explicit rep item.
elsif Known_Static_RM_Size (Typ) then
Size := UI_To_Int (RM_Size (Typ));