]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* toplev.c (compile_file): Typo flow_dump -> flow2_dump.
authorRichard Henderson <rth@cygnus.com>
Tue, 6 Apr 1999 22:56:16 +0000 (15:56 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 6 Apr 1999 22:56:16 +0000 (15:56 -0700)
From-SVN: r26229

gcc/ChangeLog
gcc/toplev.c

index 253418d409bbd174dcb4f6cdb59783c815390d62..b538be51f2fcf38206805fe550109180146ceedd 100644 (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.
index 5da95455555bc2b159cce0459f3fcdac35ec66df..83f7b1958a77d050c188f4df0a9142e32a99b905 100644 (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");