* common.opt (fforward-propagate): Fix "Optimization" annotation.
From-SVN: r123830
This commit is contained in:
parent
1f56aa61c5
commit
2ca2b6071b
@ -1,3 +1,7 @@
|
||||
2007-04-14 Steven Bosscher <steven@gcc.gnu.org>
|
||||
|
||||
* common.opt (fforward-propagate): Fix "Optimization" annotation.
|
||||
|
||||
2007-04-14 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/25874
|
||||
|
@ -471,8 +471,8 @@ fforce-addr
|
||||
Common Report Var(flag_force_addr) Optimization
|
||||
Copy memory address constants into registers before use
|
||||
|
||||
fforward-propagate Optimization
|
||||
Common Report Var(flag_forward_propagate)
|
||||
fforward-propagate
|
||||
Common Report Var(flag_forward_propagate) Optimization
|
||||
Perform a forward propagation pass on RTL
|
||||
|
||||
; Nonzero means don't put addresses of constant functions in registers.
|
||||
|
Loading…
Reference in New Issue
Block a user