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
33abd718
Commit
33abd718
authored
Apr 26, 2009
by
Michael Matz
Committed by
Michael Matz
Apr 26, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-flow.h (tree_ann_common_d): Remove aux and value_handle members.
From-SVN: r146820
parent
ddc34084
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
gcc/ChangeLog
+5
-0
gcc/tree-flow.h
+0
-7
No files found.
gcc/ChangeLog
View file @
33abd718
2009-04-26 Michael Matz <matz@suse.de>
* tree-flow.h (tree_ann_common_d): Remove aux and value_handle
members.
2009-04-26 Michael Matz <matz@suse.de>
* tree-pass.h (pass_del_ssa, pass_mark_used_blocks,
pass_free_cfg_annotations, pass_free_datastructures): Remove decls.
* gimple-low.c (mark_blocks_with_used_vars, mark_used_blocks,
...
...
gcc/tree-flow.h
View file @
33abd718
...
...
@@ -136,13 +136,6 @@ struct GTY(()) tree_ann_common_d {
expansion (see gimple_to_tree). */
int
rn
;
/* Auxiliary info specific to a pass. At all times, this
should either point to valid data or be NULL. */
PTR
GTY
((
skip
(
""
)))
aux
;
/* The value handle for this expression. Used by GVN-PRE. */
tree
GTY
((
skip
))
value_handle
;
/* Pointer to original GIMPLE statement. Used during RTL expansion
(see gimple_to_tree). */
gimple
stmt
;
...
...
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