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
This commit is contained in:
parent
f87604f8d2
commit
1858c2d3ce
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue