diff options
Diffstat (limited to 'gcc/lto-section-in.c')
-rw-r--r-- | gcc/lto-section-in.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index bfa9c37b68b..e7928c4b971 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -58,7 +58,8 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] = "reference", "symtab", "opts", - "cgraphopt" + "cgraphopt", + "inline" }; unsigned char |