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
bc8ddfe6
Commit
bc8ddfe6
authored
May 14, 2010
by
Jan Hubicka
Committed by
Jan Hubicka
May 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
From-SVN: r159413
parent
4d2ab9e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
15 deletions
+4
-15
gcc/ChangeLog
+4
-0
gcc/ipa.c
+0
-15
No files found.
gcc/ChangeLog
View file @
bc8ddfe6
2010-05-14 Jan Hubicka <jh@suse.cz>
* ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
2010-05-14 Richard Guenther <rguenther@suse.de>
2010-05-14 Richard Guenther <rguenther@suse.de>
PR tree-optimization/44119
PR tree-optimization/44119
...
...
gcc/ipa.c
View file @
bc8ddfe6
...
@@ -320,21 +320,6 @@ cgraph_remove_unreachable_nodes (bool before_inlining_p, FILE *file)
...
@@ -320,21 +320,6 @@ cgraph_remove_unreachable_nodes (bool before_inlining_p, FILE *file)
first_varpool
=
(
struct
varpool_node
*
)
first_varpool
->
aux
;
first_varpool
=
(
struct
varpool_node
*
)
first_varpool
->
aux
;
vnode
->
aux
=
NULL
;
vnode
->
aux
=
NULL
;
process_references
(
&
vnode
->
ref_list
,
&
first
,
&
first_varpool
,
before_inlining_p
);
process_references
(
&
vnode
->
ref_list
,
&
first
,
&
first_varpool
,
before_inlining_p
);
/* If any function in a comdat group is reachable, force
all other functions in the same comdat group to be
also reachable. */
if
(
vnode
->
same_comdat_group
)
{
struct
varpool_node
*
next
;
for
(
next
=
vnode
->
same_comdat_group
;
next
!=
vnode
;
next
=
next
->
same_comdat_group
)
if
(
!
next
->
needed
)
{
varpool_mark_needed_node
(
next
);
enqueue_varpool_node
(
next
,
&
first_varpool
);
}
}
}
}
}
}
...
...
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