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
902054ef
Commit
902054ef
authored
Jul 02, 2004
by
Steven Bosscher
Committed by
Steven Bosscher
Jul 02, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-flow.h (bb_ann_d): Remove ephi_nodes field.
From-SVN: r84016
parent
229aa352
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/ChangeLog
+4
-0
gcc/tree-flow.h
+0
-3
No files found.
gcc/ChangeLog
View file @
902054ef
2004-07-02 Steven Bosscher <stevenb@suse.de>
* tree-flow.h (bb_ann_d): Remove ephi_nodes field.
2004-07-01 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (struct machine_function): Add gp_save_rtx.
...
...
gcc/tree-flow.h
View file @
902054ef
...
...
@@ -352,9 +352,6 @@ struct bb_ann_d GTY(())
/* Chain of PHI nodes for this block. */
tree
phi_nodes
;
/* Chain of EPHI nodes created in this block. */
tree
ephi_nodes
;
/* Number of predecessors for this block. This is only valid during
SSA rewriting. It is not maintained after conversion into SSA form. */
int
num_preds
;
...
...
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