* toplev.c (compile_file): Typo flow_dump -> flow2_dump.
From-SVN: r26229
This commit is contained in:
parent
0bb07950af
commit
78327a73fd
@ -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.
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user