@@ -2,6 +2,11 @@
Merge from trunk rev 174363.
+2011-05-30 Diego Novillo <dnovillo@google.com>
+
+ * lto-streamer.h (enum LTO_tags): Remove LTO_LAST_TAG.
+ Do not force the value on LTO_NUM_TAGS.
+
2011-05-06 Diego Novillo <dnovillo@google.com>
* lto-streamer-out.c (lto_output_tree): If the streamer
@@ -33,7 +33,7 @@ along with GCC; see the file COPYING3. If not see
#include "alloc-pool.h"
#include "gcov-io.h"
-/* Forward declarations to avoid included unnecessary headers. */
+/* Forward declarations to avoid including unnecessary headers. */
struct output_block;
struct lto_input_block;
struct data_in;
@@ -244,10 +244,9 @@ enum LTO_tags
LTO_imported_decl_ref,
LTO_translation_unit_decl_ref,
LTO_global_decl_ref, /* Do not change. */
- LTO_LAST_TAG,
/* This tag must always be last. */
- LTO_NUM_TAGS = LTO_LAST_TAG + MAX_TREE_CODES + LAST_AND_UNUSED_GIMPLE_CODE
+ LTO_NUM_TAGS
};