format clean up
authorDavid Li <davidxl@google.com>
Wed, 1 Jun 2011 23:08:50 +0000 (23:08 +0000)
committerXinliang David Li <davidxl@gcc.gnu.org>
Wed, 1 Jun 2011 23:08:50 +0000 (23:08 +0000)
From-SVN: r174551

gcc/ChangeLog
gcc/tree-pretty-print.c

index 9b9fc41..15c114a 100644 (file)
@@ -1,3 +1,8 @@
+2011-06-01  David Li  <davidxl@google.com>
+
+       PR middle-end/49261
+       * tree-pretty-print.c (dump_function_header): Format cleanup.
+
 2011-06-01  Kaz Kojima  <kkojima@gcc.gnu.org>
 
        PR target/49238
index f498819..bfdcad6 100644 (file)
@@ -3034,7 +3034,7 @@ dump_function_header (FILE *dump_file, tree fdecl)
 
   if (node)
     {
-      fprintf (dump_file, "\n;; Function %s (%s, funcdef_no=%d, decl_uid = %d, cgraph_uid=%d)",
+      fprintf (dump_file, "\n;; Function %s (%s, funcdef_no=%d, decl_uid=%d, cgraph_uid=%d)",
                dname, aname, fun->funcdef_no, DECL_UID(fdecl), node->uid);
       fprintf (dump_file, "%s\n\n",
                node->frequency == NODE_FREQUENCY_HOT