From: Paolo Carlini Date: Thu, 18 May 2017 17:19:53 +0000 (+0000) Subject: dumpfile.h (enum dump_kind): Remove stray comma. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=286c97f38fc529d29a7e8560b29e2c93ed25e21d;p=gcc.git dumpfile.h (enum dump_kind): Remove stray comma. 2017-05-18 Paolo Carlini * dumpfile.h (enum dump_kind): Remove stray comma. From-SVN: r248244 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 615145617a8..a90c8880532 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-05-18 Paolo Carlini + + * dumpfile.h (enum dump_kind): Remove stray comma. + 2017-05-18 Jan Hubicka * Makefile.in: Add ipa-predicate.o and ipa-predicate.h diff --git a/gcc/dumpfile.h b/gcc/dumpfile.h index 6edea857ba8..bec2fa2188f 100644 --- a/gcc/dumpfile.h +++ b/gcc/dumpfile.h @@ -52,7 +52,7 @@ enum dump_kind DK_lang, DK_tree, DK_rtl, - DK_ipa, + DK_ipa }; /* Bit masks to control dumping. Not all values are applicable to all