lto.c (lto_read_decls): Fix comment in comment.

2014-06-28  Andrew Pinski  <apinski@cavium.com>

	* lto.c (lto_read_decls): Fix comment in comment.

From-SVN: r212119
This commit is contained in:
Andrew Pinski 2014-06-29 04:46:07 +00:00 committed by Andrew Pinski
parent 9389649842
commit b82fe35410
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-06-28 Andrew Pinski <apinski@cavium.com>
* lto.c (lto_read_decls): Fix comment in comment.
2014-06-28 Jan Hubicka <hubicka@ucw.cz>
* lto.c (lto_copy_fields_not_streamed): New function.

View File

@ -1970,7 +1970,7 @@ lto_read_decls (struct lto_file_decl_data *decl_data, const void *data,
len, scc_entry_len, scc_hash))
continue;
/* /* Do remaining fixup tasks for prevailing nodes. */
/* Do remaining fixup tasks for prevailing nodes. */
bool seen_type = false;
for (unsigned i = 0; i < len; ++i)
{