* lto-streamer.h (LTO_major_version): Bump to 9.

From-SVN: r271284
This commit is contained in:
Jakub Jelinek 2019-05-16 11:30:41 +02:00 committed by Jakub Jelinek
parent 8c3f47feb3
commit 86c23d9314
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-05-16 Jakub Jelinek <jakub@redhat.com>
* lto-streamer.h (LTO_major_version): Bump to 9.
2019-05-16 Jun Ma <JunMa@linux.alibaba.com>
PR tree-optimization/90106

View File

@ -120,7 +120,7 @@ along with GCC; see the file COPYING3. If not see
String are represented in the table as pairs, a length in ULEB128
form followed by the data for the string. */
#define LTO_major_version 8
#define LTO_major_version 9
#define LTO_minor_version 0
typedef unsigned char lto_decl_flags_t;