toplev.c (dump_file_index): Move SSA dumps just after first jump dump.
authorJeffrey A Law <law@cygnus.com>
Mon, 2 Jul 2001 20:21:15 +0000 (20:21 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 2 Jul 2001 20:21:15 +0000 (14:21 -0600)
commit0826f1d89fe4f843ddfe25a9e124109dfb9b75bc
treeff7840de31529ac1a890e4b7e0261340de2d3ca2
parent918a61248dc591d88ca58507f8bdbad20edbe404
toplev.c (dump_file_index): Move SSA dumps just after first jump dump.

       * toplev.c (dump_file_index): Move SSA dumps just after first
        jump dump.
        (dump_file): Corresponding changes.
        (rest_of_compilation): Move SSA path to just after the first
        jump pass.
        * doc/gcc.texi (Passes): Update due to movement of SSA path.
        * doc/invoke.texi: Update dump file #s as they were completely
        out of date with reality.

From-SVN: r43704
gcc/ChangeLog
gcc/doc/gcc.texi
gcc/doc/invoke.texi
gcc/toplev.c