diff options
author | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2009-06-07 21:42:54 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2009-06-07 21:42:54 +0200 |
commit | c3df55f94773478015c650ed21d0ca70bc8dbc10 (patch) | |
tree | be23fa38461aaa9a21940627d3760444cb631e0c /gcc | |
parent | b5a7159f471e1089f59e5b63eccf29760c0e6342 (diff) | |
download | gcc-c3df55f94773478015c650ed21d0ca70bc8dbc10.zip gcc-c3df55f94773478015c650ed21d0ca70bc8dbc10.tar.gz gcc-c3df55f94773478015c650ed21d0ca70bc8dbc10.tar.bz2 |
ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output.
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ipa-struct-reorg.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a2294c5..5dfc96f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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. (finish_function): Remove erroneous whitespace. diff --git a/gcc/ipa-struct-reorg.c b/gcc/ipa-struct-reorg.c index 6468d77..a81f741 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); |