flags.h (flag_move_all_movables): Declare.
authorJeffrey A Law <law@cygnus.com>
Thu, 28 Aug 1997 03:35:22 +0000 (03:35 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 28 Aug 1997 03:35:22 +0000 (21:35 -0600)
commite5eb27e51fe9f28375a7ae5a8a9ed5719968b482
tree480e183f65e682922ade7ab74d0bbc0d16008908
parent73624c403d6bc189395af0c8b7c47c0262d38ca0
flags.h (flag_move_all_movables): Declare.

        * flags.h (flag_move_all_movables): Declare.
        (flag_reduce_all_givs): Likewise.
        * loop.c (move_movables): Handle flag_move_all_movables.
        (strength_reduce): Handle flag_reduce_all_givs.
        * toplev.c (flag_move_all_movables): Define.
        (flag_reduce_all_givs): Likewise.
        (f_options): Add -fmove-all-movables and -freduce-all-givs.
        * invoke.texi: Document new options, including alias stuff that
        wasn't included last time.
Two of the "Tooning" options :-)

From-SVN: r14987
gcc/ChangeLog
gcc/flags.h
gcc/invoke.texi
gcc/loop.c
gcc/toplev.c