* toplev.c (compile_file): Typo flow_dump -> flow2_dump.

From-SVN: r26229
This commit is contained in:
Richard Henderson 1999-04-06 15:56:16 -07:00 committed by Richard Henderson
parent 0bb07950af
commit 78327a73fd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Apr 6 22:55:25 1999 Richard Henderson <rth@cygnus.com>
* toplev.c (compile_file): Typo flow_dump -> flow2_dump.
1999-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
* pdp11.c (simple_memory_operand): Add default case in switch.

View File

@ -3350,7 +3350,7 @@ compile_file (name)
finish_graph_dump_file (dump_base_name, ".lreg");
if (global_reg_dump)
finish_graph_dump_file (dump_base_name, ".greg");
if (flow_dump)
if (flow2_dump)
finish_graph_dump_file (dump_base_name, ".flow2");
if (sched2_dump)
finish_graph_dump_file (dump_base_name, ".sched2");