common.opt: Remove flags -fmove-all-movables and -freduce-all-givs.
authorToon Moene <toon@moene.indiv.nluug.nl>
Sun, 12 Sep 2004 05:51:02 +0000 (07:51 +0200)
committerToon Moene <toon@gcc.gnu.org>
Sun, 12 Sep 2004 05:51:02 +0000 (05:51 +0000)
commita924fe34118e65f7d75b0bea124e79b0ec9d7a37
treef81ffd2499193ee5de7e406cb262ddcdb7921622
parent0fe0caa6d942920ebaab6197c8bedb4e371e9110
common.opt: Remove flags -fmove-all-movables and -freduce-all-givs.

2004-09-12  Toon Moene  <toon@moene.indiv.nluug.nl>

* 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.

From-SVN: r87386
gcc/ChangeLog
gcc/common.opt
gcc/doc/invoke.texi
gcc/loop-invariant.c
gcc/loop.c