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
9b1bfcc0
Commit
9b1bfcc0
authored
Oct 30, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-phinodes.c (create_phi_node): Don't zero PHI_REWRITTEN.
From-SVN: r89867
parent
efea75f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ChangeLog
+4
-0
gcc/tree-phinodes.c
+0
-4
No files found.
gcc/ChangeLog
View file @
9b1bfcc0
2004
-
10
-
30
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
tree
-
phinodes
.
c
(
create_phi_node
):
Don
't zero PHI_REWRITTEN.
2004-10-29 Jeff Law <law@redhat.com>
* tree-ssa-dom.c (struct edge_info): New structure holding
...
...
gcc/tree-phinodes.c
View file @
9b1bfcc0
...
...
@@ -276,10 +276,6 @@ create_phi_node (tree var, basic_block bb)
phi
=
make_phi_node
(
var
,
EDGE_COUNT
(
bb
->
preds
));
/* This is a new phi node, so note that is has not yet been
rewritten. */
PHI_REWRITTEN
(
phi
)
=
0
;
/* Add the new PHI node to the list of PHI nodes for block BB. */
PHI_CHAIN
(
phi
)
=
phi_nodes
(
bb
);
bb_ann
(
bb
)
->
phi_nodes
=
phi
;
...
...
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