dumpfile.h (enum dump_kind): Remove stray comma.
2017-05-18 Paolo Carlini <paolo.carlini@oracle.com> * dumpfile.h (enum dump_kind): Remove stray comma. From-SVN: r248244
This commit is contained in:
parent
2f30407b61
commit
286c97f38f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2017-05-18 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* dumpfile.h (enum dump_kind): Remove stray comma.
|
||||
|
||||
2017-05-18 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* Makefile.in: Add ipa-predicate.o and ipa-predicate.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
|
||||
|
|
Loading…
Add table
Reference in a new issue