Commit 1858c2d3 by Teresa Johnson Committed by Teresa Johnson

ipa-utils.c (ipa_print_order): Use specified dump file.

2014-03-23  Teresa Johnson  <tejohnson@google.com>

	* ipa-utils.c (ipa_print_order): Use specified dump file.

From-SVN: r208773
parent f87604f8
2014-03-23 Teresa Johnson <tejohnson@google.com>
* ipa-utils.c (ipa_print_order): Use specified dump file.
2014-03-23 Eric Botcazou <ebotcazou@adacore.com>
PR rtl-optimization/60601
......
......@@ -55,7 +55,7 @@ ipa_print_order (FILE* out,
fprintf (out, "\n\n ordered call graph: %s\n", note);
for (i = count - 1; i >= 0; i--)
dump_cgraph_node (dump_file, order[i]);
dump_cgraph_node (out, order[i]);
fprintf (out, "\n");
fflush (out);
}
......
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