diff options
author | Andi Kleen <ak@linux.intel.com> | 2010-07-08 23:02:47 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2010-07-08 23:02:47 +0200 |
commit | 1df15c3d3a09de53400da2a844e2af40ca1dbc0c (patch) | |
tree | f69782c39be502aaece75d219163f3aa9599bf38 /gcc/lto-section-in.c | |
parent | 930572b9069372c1729a5a66ca2ac9061024f62f (diff) | |
download | gcc-1df15c3d3a09de53400da2a844e2af40ca1dbc0c.zip gcc-1df15c3d3a09de53400da2a844e2af40ca1dbc0c.tar.gz gcc-1df15c3d3a09de53400da2a844e2af40ca1dbc0c.tar.bz2 |
lto-section-in.c (lto_section_name): Add missing comma.
* lto-section-in.c (lto_section_name): Add missing comma.
From-SVN: r161976
Diffstat (limited to 'gcc/lto-section-in.c')
-rw-r--r-- | gcc/lto-section-in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index 7f4065e..72f1d3d 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -54,7 +54,7 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] = "cgraph", "varpool", "refs", - "jump_funcs" + "jump_funcs", "ipa_pure_const", "ipa_reference", "symtab", |