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
565d8a37
Commit
565d8a37
authored
May 18, 2005
by
Geoffrey Keating
Committed by
Geoffrey Keating
May 18, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-cfg.c (pass_remove_useless): This pass works on trees.
From-SVN: r99924
parent
90b45528
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/tree-cfg.c
+2
-2
No files found.
gcc/ChangeLog
View file @
565d8a37
2005-05-18 Geoffrey Keating <geoffk@apple.com>
* tree-cfg.c (pass_remove_useless): This pass works on trees.
2005-05-18 Richard Guenther <rguenth@gcc.gnu.org>
2005-05-18 Richard Guenther <rguenth@gcc.gnu.org>
* tree.c (build1_stat): Don't try to handle two-operand
* tree.c (build1_stat): Don't try to handle two-operand
...
...
gcc/tree-cfg.c
View file @
565d8a37
...
@@ -1992,8 +1992,8 @@ struct tree_opt_pass pass_remove_useless_stmts =
...
@@ -1992,8 +1992,8 @@ struct tree_opt_pass pass_remove_useless_stmts =
NULL
,
/* next */
NULL
,
/* next */
0
,
/* static_pass_number */
0
,
/* static_pass_number */
0
,
/* tv_id */
0
,
/* tv_id */
PROP_gimple_any
,
/* properties_required */
PROP_gimple_any
|
PROP_trees
,
/* properties_required */
0
,
/* properties_provided */
PROP_trees
,
/* properties_provided */
0
,
/* properties_destroyed */
0
,
/* properties_destroyed */
0
,
/* todo_flags_start */
0
,
/* todo_flags_start */
TODO_dump_func
,
/* todo_flags_finish */
TODO_dump_func
,
/* todo_flags_finish */
...
...
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