lto-streamer.h (lto_simple_header_with_strings): Remove main_size field already in lto_simple_header.

2015-12-11  Richard Biener  <rguenther@suse.de>

	* lto-streamer.h (lto_simple_header_with_strings): Remove
	main_size field already in lto_simple_header.

From-SVN: r231555
This commit is contained in:
Richard Biener 2015-12-11 10:53:53 +00:00 committed by Richard Biener
parent 56e398205a
commit 9276b0f797
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2015-12-11 Richard Biener <rguenther@suse.de>
* lto-streamer.h (lto_simple_header_with_strings): Remove
main_size field already in lto_simple_header.
2015-12-11 Ilya Enkovich <enkovich.gnu@gmail.com>
* tree-vect-stmts.c (vectorizable_mask_load_store): Check

View File

@ -407,9 +407,6 @@ struct lto_simple_header : lto_header
struct lto_simple_header_with_strings : lto_simple_header
{
/* Size of main gimple body of function. */
int32_t main_size;
/* Size of the string table. */
int32_t string_size;
};