Commit 286c97f3 by Paolo Carlini Committed by Paolo Carlini

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
parent 2f30407b
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment