aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/gigi.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2014-07-31 13:57:42 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-31 15:57:42 +0200
commit5cb7516dca5acba3d3c4205bb4ce0f5e338015ad (patch)
treee754fc94dca3c883d6d0d66d716729543a1e2c6c /gcc/ada/gcc-interface/gigi.h
parent6c26bac268904dcdf7719bdc073f288a2c06703d (diff)
downloadgcc-5cb7516dca5acba3d3c4205bb4ce0f5e338015ad.zip
gcc-5cb7516dca5acba3d3c4205bb4ce0f5e338015ad.tar.gz
gcc-5cb7516dca5acba3d3c4205bb4ce0f5e338015ad.tar.bz2
utils.c (lookup_and_insert_pad_type): New function extracted from...
2014-07-31 Eric Botcazou <ebotcazou@adacore.com> * gcc-interface/utils.c (lookup_and_insert_pad_type): New function extracted from... (maybe_pad_type): ...here. Call it to canonicalize the pad type. * gcc-interface/gigi.h: Update comment. From-SVN: r213374
Diffstat (limited to 'gcc/ada/gcc-interface/gigi.h')
-rw-r--r--gcc/ada/gcc-interface/gigi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/gigi.h b/gcc/ada/gcc-interface/gigi.h
index e9e634e..15120d5 100644
--- a/gcc/ada/gcc-interface/gigi.h
+++ b/gcc/ada/gcc-interface/gigi.h
@@ -143,7 +143,7 @@ extern tree make_packable_type (tree type, bool in_record);
extern tree make_type_from_size (tree type, tree size_tree, bool for_biased);
/* Ensure that TYPE has SIZE and ALIGN. Make and return a new padded type
- if needed. We have already verified that SIZE and TYPE are large enough.
+ if needed. We have already verified that SIZE and ALIGN are large enough.
GNAT_ENTITY is used to name the resulting record and to issue a warning.
IS_COMPONENT_TYPE is true if this is being done for the component type of
an array. IS_USER_TYPE is true if the original type needs to be completed.