- commentary typo fix
From-SVN: r123819
This commit is contained in:
parent
f290cdf924
commit
06e2b6a0e3
1 changed files with 1 additions and 1 deletions
|
@ -5423,7 +5423,7 @@ enabled by default at @option{-O2} and @option{-O3}.
|
|||
Perform Full Redundancy Elimination (FRE) on trees. The difference
|
||||
between FRE and PRE is that FRE only considers expressions
|
||||
that are computed on all paths leading to the redundant computation.
|
||||
This analysis faster than PRE, though it exposes fewer redundancies.
|
||||
This analysis is faster than PRE, though it exposes fewer redundancies.
|
||||
This flag is enabled by default at @option{-O} and higher.
|
||||
|
||||
@item -ftree-copy-prop
|
||||
|
|
Loading…
Add table
Reference in a new issue