From: Bernhard Reutner-Fischer Date: Sun, 7 Jun 2009 19:42:54 +0000 (+0200) Subject: ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output. X-Git-Tag: releases/gcc-4.5.0~5327 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3df55f94773478015c650ed21d0ca70bc8dbc10;p=thirdparty%2Fgcc.git ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output. 2009-06-07 Bernhard Reutner-Fischer * ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output. From-SVN: r148260 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a2294c569a7b..5dfc96f199b1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-06-07 Bernhard Reutner-Fischer + + * ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output. + 2009-06-07 Bernhard Reutner-Fischer * c-decl.c (finish_decl): Use bool for variable was_incomplete. diff --git a/gcc/ipa-struct-reorg.c b/gcc/ipa-struct-reorg.c index 6468d77f06a4..a81f7411521f 100644 --- a/gcc/ipa-struct-reorg.c +++ b/gcc/ipa-struct-reorg.c @@ -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);