diff options
author | Andrew Pinski <apinski@cavium.com> | 2014-06-29 04:46:07 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2014-06-28 21:46:07 -0700 |
commit | b82fe35410080429da8544b4c8b62e7038883f2c (patch) | |
tree | 2ad5b0be470333b7c15aa1d42ddfbd88884e420f /gcc | |
parent | 9389649842d73a43dc50e9dd9f5c5c0fce53e055 (diff) | |
download | gcc-b82fe35410080429da8544b4c8b62e7038883f2c.zip gcc-b82fe35410080429da8544b4c8b62e7038883f2c.tar.gz gcc-b82fe35410080429da8544b4c8b62e7038883f2c.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/lto/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/lto/lto.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 63ebdeb..539ccad 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -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. diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index 701447c..dbf05c9 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -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) { |