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
parent b5a7159f
2009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> 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. * c-decl.c (finish_decl): Use bool for variable was_incomplete.
(finish_function): Remove erroneous whitespace. (finish_function): Remove erroneous whitespace.
......
...@@ -3646,7 +3646,7 @@ do_reorg_1 (void) ...@@ -3646,7 +3646,7 @@ do_reorg_1 (void)
push_cfun (DECL_STRUCT_FUNCTION (node->decl)); push_cfun (DECL_STRUCT_FUNCTION (node->decl));
current_function_decl = node->decl; current_function_decl = node->decl;
if (dump_file) 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))); (const char *) IDENTIFIER_POINTER (DECL_NAME (node->decl)));
do_reorg_for_func (node); do_reorg_for_func (node);
free_dominance_info (CDI_DOMINATORS); free_dominance_info (CDI_DOMINATORS);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment