]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree-dump.c (dump_files): Initialize dump number for .cgraph to 0.
authorDiego Novillo <dnovillo@redhat.com>
Tue, 5 Jul 2005 01:26:47 +0000 (01:26 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Tue, 5 Jul 2005 01:26:47 +0000 (21:26 -0400)
* tree-dump.c (dump_files): Initialize dump number for .cgraph
to 0.

From-SVN: r101612

gcc/ChangeLog
gcc/tree-dump.c

index 540f3e60f3401e00d0e3ffc9dd2310c5a20ee7ba..60a081b93859d283ce8fcb498cd334f99dc44822 100644 (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.
index a69970ece93687473d212a25991defd3c8764eb3..23fbf07103a1cafdde6d0a824fb4a73a7b48729f 100644 (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'},