Commit a23c4464 by Jie Zhang Committed by Jie Zhang

tree-sra.c (ipa_sra_preliminary_function_checks): Dump proper words when…

tree-sra.c (ipa_sra_preliminary_function_checks): Dump proper words when !tree_versionable_function_p.

	* tree-sra.c (ipa_sra_preliminary_function_checks): Dump
	proper words when !tree_versionable_function_p.

From-SVN: r162453
parent 99bda4d5
2010-07-23 Jie Zhang <jie@codesourcery.com>
* tree-sra.c (ipa_sra_preliminary_function_checks): Dump
proper words when !tree_versionable_function_p.
2010-07-23 Richard Guenther <rguenther@suse.de> 2010-07-23 Richard Guenther <rguenther@suse.de>
PR tree-optimization/45037 PR tree-optimization/45037
......
...@@ -4311,7 +4311,7 @@ ipa_sra_preliminary_function_checks (struct cgraph_node *node) ...@@ -4311,7 +4311,7 @@ ipa_sra_preliminary_function_checks (struct cgraph_node *node)
if (!tree_versionable_function_p (node->decl)) if (!tree_versionable_function_p (node->decl))
{ {
if (dump_file) if (dump_file)
fprintf (dump_file, "Function not local to this compilation unit.\n"); fprintf (dump_file, "Function is not versionable.\n");
return false; return false;
} }
......
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