diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-26 10:27:01 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-26 10:27:01 +0000 |
commit | 0094ca3ae265da1e51dcd60bc465f50833567586 (patch) | |
tree | 1637eb551174e0ec86d7bd04f16c3d997eb65028 /gcc/ada/gcc-interface/utils.c | |
parent | d955aa4f3e71d9e91a22f94760ee416e051c9d06 (diff) |
Minor comment tweak.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225005 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gcc-interface/utils.c')
-rw-r--r-- | gcc/ada/gcc-interface/utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/gcc-interface/utils.c b/gcc/ada/gcc-interface/utils.c index e4b0ebac320f..ab5b9e0bc45f 100644 --- a/gcc/ada/gcc-interface/utils.c +++ b/gcc/ada/gcc-interface/utils.c @@ -5234,8 +5234,7 @@ gnat_write_global_declarations (void) debug_hooks->type_decl (iter, false); /* Then output the global variables. We need to do that after the debug - information is emitted above so that "forward" type declarations are - properly merged with their definition in the debug information. */ + information for global types is emitted so that they are finalized. */ FOR_EACH_VEC_SAFE_ELT (global_decls, i, iter) if (TREE_CODE (iter) == VAR_DECL) rest_of_decl_compilation (iter, true, 0); |