toplev.c (enum dump_file_index, dump_file): Fix ordering of webizer pass dump.
authorJan Hubicka <jh@suse.cz>
Mon, 27 Oct 2003 12:05:11 +0000 (13:05 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 27 Oct 2003 12:05:11 +0000 (12:05 +0000)
* toplev.c (enum dump_file_index, dump_file):  Fix ordering of
webizer pass dump.

From-SVN: r72979

gcc/ChangeLog
gcc/toplev.c

index 6bac39831e92292f1dac2e2f6d720838b8395dd3..8c344f94c6fd656129e54d318a97100da5522be8 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-27  Jan Hubicka  <jh@suse.cz>
+           Eric Botcazou
+
+       * toplev.c (enum dump_file_index, dump_file):  Fix ordering of
+       webizer pass dump.
+
 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
            Jan Hubicka  <jh@suse.cz>
 
index 6f7255059d999a8536430901c1aac2c61e96cafc..4fea324ef2433e571e070bb8ec3128ffc025836f 100644 (file)
@@ -269,8 +269,8 @@ enum dump_file_index
   DFI_vpt,
   DFI_ce1,
   DFI_tracer,
-  DFI_web,
   DFI_loop2,
+  DFI_web,
   DFI_cse2,
   DFI_life,
   DFI_combine,
@@ -324,8 +324,8 @@ static struct dump_file_info dump_file[DFI_MAX] =
   { "vpt",     'V', 1, 0, 0 },
   { "ce1",     'C', 1, 0, 0 },
   { "tracer",  'T', 1, 0, 0 },
-  { "web",      'Z', 0, 0, 0 },
   { "loop2",   'L', 1, 0, 0 },
+  { "web",      'Z', 0, 0, 0 },
   { "cse2",    't', 1, 0, 0 },
   { "life",    'f', 1, 0, 0 }, /* Yes, duplicate enable switch.  */
   { "combine", 'c', 1, 0, 0 },