Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
5c1c631e
Commit
5c1c631e
authored
Aug 19, 2005
by
Diego Novillo
Committed by
Diego Novillo
Aug 19, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi: Fix documentation for -ftree-dominator-opts.
From-SVN: r103289
parent
3d91803a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+5
-2
No files found.
gcc/ChangeLog
View file @
5c1c631e
2005
-
08
-
19
Diego
Novillo
<
dnovillo
@redhat
.
com
>
*
doc
/
invoke
.
texi
:
Fix
documentation
for
-
ftree
-
dominator
-
opts
.
2005
-
08
-
19
Devang
Patel
<
dpatel
@apple
.
com
>
2005
-
08
-
19
Devang
Patel
<
dpatel
@apple
.
com
>
PR
tree
-
optimization
/
23048
PR
tree
-
optimization
/
23048
...
...
gcc/doc/invoke.texi
View file @
5c1c631e
...
@@ -4960,8 +4960,11 @@ Perform dead code elimination (DCE) on trees. This flag is enabled by
...
@@ -4960,8 +4960,11 @@ Perform dead code elimination (DCE) on trees. This flag is enabled by
default at @option{-O} and higher.
default at @option{-O} and higher.
@item -ftree-dominator-opts
@item -ftree-dominator-opts
Perform dead code elimination (DCE) on trees. This flag is enabled by
Perform a variety of simple scalar cleanups (constant/copy
default at @option{-O} and higher.
propagation, redundancy elimination, range propagation and expression
simplification) based on a dominator tree traversal. This also
performs jump threading (to reduce jumps to jumps). This flag is
enabled by default at @option{-O} and higher.
@item -ftree-ch
@item -ftree-ch
Perform loop header copying on trees. This is beneficial since it increases
Perform loop header copying on trees. This is beneficial since it increases
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment