]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output.
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sun, 7 Jun 2009 19:42:54 +0000 (21:42 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sun, 7 Jun 2009 19:42:54 +0000 (21:42 +0200)
2009-06-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

* ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output.

From-SVN: r148260

gcc/ChangeLog
gcc/ipa-struct-reorg.c

index a2294c569a7b982cd545b9f970ade4dd5686c847..5dfc96f199b1eca7fe53e9b4e5f28c4dafdd1660 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
+
+       * ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output.
+
 2009-06-07  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
 
        * c-decl.c (finish_decl): Use bool for variable was_incomplete.
index 6468d77f06a4abec16dbe00a50958ce4eb828044..a81f7411521f60a9849b10276b6fd81b0ce4e2a2 100644 (file)
@@ -3646,7 +3646,7 @@ do_reorg_1 (void)
        push_cfun (DECL_STRUCT_FUNCTION (node->decl));
        current_function_decl = node->decl;
        if (dump_file)
-         fprintf (dump_file, "\nFunction to do reorg is  %s: \n",
+         fprintf (dump_file, "\nFunction to do reorg is %s: \n",
                   (const char *) IDENTIFIER_POINTER (DECL_NAME (node->decl)));
        do_reorg_for_func (node);
        free_dominance_info (CDI_DOMINATORS);