This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Remove flags -fmove-all-movables and -freduce-all-givs.
- From: Richard Henderson <rth at redhat dot com>
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Cc: gcc at gcc dot gnu dot org, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 11 Sep 2004 10:58:06 -0700
- Subject: Re: RFC: Remove flags -fmove-all-movables and -freduce-all-givs.
- References: <41433266.5010908@moene.indiv.nluug.nl>
On Sat, Sep 11, 2004 at 07:14:14PM +0200, Toon Moene wrote:
> * common.opt: Remove flags -fmove-all-movables and
> -freduce-all-givs.
> * loop-invariant.c (find_invariants_to_move):
> Remove all uses of flag_move_all_movables.
> * loop.c (move_movables): Remove all uses of
> flag_move_all_movables.
> (strength_reduce): Remove all uses of
> flag_reduce_all_givs.
> * doc/invoke.texi: Remove documentation of flags
> -fremove-all-movables and -freduce-all-givs.
Ok.
r~