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
e59df5fd
Commit
e59df5fd
authored
Aug 10, 2013
by
Jan Hubicka
Committed by
Jan Hubicka
Aug 09, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ipa-ref.c (ipa_clear_stmts_in_references): Clear lto_stmt_uid, too.
From-SVN: r201640
parent
634ab819
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/ChangeLog
+4
-0
gcc/ipa-ref.c
+4
-1
No files found.
gcc/ChangeLog
View file @
e59df5fd
2013-08-09 Jan Hubicka <jh@suse.cz>
2013-08-09 Jan Hubicka <jh@suse.cz>
* ipa-ref.c (ipa_clear_stmts_in_references): Clear lto_stmt_uid, too.
2013-08-09 Jan Hubicka <jh@suse.cz>
* cgraph.c (cgraph_resolve_speculation): Cut frequency to
* cgraph.c (cgraph_resolve_speculation): Cut frequency to
CGRAPH_FREQ_MAX.
CGRAPH_FREQ_MAX.
(dump_cgraph_node): Dump profile-id.
(dump_cgraph_node): Dump profile-id.
...
...
gcc/ipa-ref.c
View file @
e59df5fd
...
@@ -311,5 +311,8 @@ ipa_clear_stmts_in_references (symtab_node referring_node)
...
@@ -311,5 +311,8 @@ ipa_clear_stmts_in_references (symtab_node referring_node)
for
(
i
=
0
;
ipa_ref_list_reference_iterate
(
&
referring_node
->
symbol
.
ref_list
,
i
,
r
);
i
++
)
for
(
i
=
0
;
ipa_ref_list_reference_iterate
(
&
referring_node
->
symbol
.
ref_list
,
i
,
r
);
i
++
)
if
(
!
r
->
speculative
)
if
(
!
r
->
speculative
)
r
->
stmt
=
NULL
;
{
r
->
stmt
=
NULL
;
r
->
lto_stmt_uid
=
0
;
}
}
}
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