lto.c (lto_read_all_file_options): Start a new line after printing out file names.

* lto.c (lto_read_all_file_options): Start a new line after
	printing out file names.

From-SVN: r164620
This commit is contained in:
Jie Zhang 2010-09-25 14:53:20 +00:00 committed by Jie Zhang
parent 8e8dc06035
commit fb46238332
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-09-25 Jie Zhang <jie@codesourcery.com>
* lto.c (lto_read_all_file_options): Start a new line after
printing out file names.
2010-09-24 Jan Hubicka <jh@suse.cz>
* lto.c (lto_promote_cross_file_statics): Use const_value_known_p.

View File

@ -1689,6 +1689,9 @@ lto_read_all_file_options (void)
free (file_data);
}
if (!quiet_flag)
fprintf (stderr, "\n");
/* Apply globally the options read from all the files. */
lto_reissue_options ();
}