tree-dump.c (dump_files): Initialize dump number for .cgraph to 0.

* tree-dump.c (dump_files): Initialize dump number for .cgraph
	to 0.

From-SVN: r101612
This commit is contained in:
Diego Novillo 2005-07-05 01:26:47 +00:00 committed by Diego Novillo
parent 3d7686f944
commit f94ac7b644
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-07-04 Diego Novillo <dnovillo@redhat.com>
* tree-dump.c (dump_files): Initialize dump number for .cgraph
to 0.
2005-07-04 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-structalias.c: Don't include expr.h.

View File

@ -712,7 +712,7 @@ static struct dump_file_info dump_files[TDI_end] =
{NULL, "rtl-all", NULL, TDF_RTL, 0, 0, 0},
{NULL, "ipa-all", NULL, TDF_IPA, 0, 0, 0},
{ ".cgraph", "ipa-cgraph", NULL, TDF_IPA, 0, 1, 0},
{ ".cgraph", "ipa-cgraph", NULL, TDF_IPA, 0, 0, 0},
{ ".sibling", "rtl-sibling", NULL, TDF_RTL, 0, 1, 'i'},
{ ".eh", "rtl-eh", NULL, TDF_RTL, 0, 2, 'h'},