summaryrefslogtreecommitdiffstats
path: root/gcc/ipa-struct-reorg.c
diff options
context:
space:
mode:
authoraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-07 19:42:54 +0000
committeraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-07 19:42:54 +0000
commitde9d32d33d0899bd8be7dd2e0d0a7b76b1e3ace4 (patch)
treebe23fa38461aaa9a21940627d3760444cb631e0c /gcc/ipa-struct-reorg.c
parent9eba252ea14cc0a222f871426e33ee95c91a05c4 (diff)
downloadppe42-gcc-de9d32d33d0899bd8be7dd2e0d0a7b76b1e3ace4.tar.gz
ppe42-gcc-de9d32d33d0899bd8be7dd2e0d0a7b76b1e3ace4.zip
2009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148260 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ipa-struct-reorg.c')
-rw-r--r--gcc/ipa-struct-reorg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-struct-reorg.c b/gcc/ipa-struct-reorg.c
index 6468d77f06a..a81f7411521 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);
OpenPOWER on IntegriCloud