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
57292ce9
Commit
57292ce9
authored
Aug 31, 2013
by
Jan Hubicka
Committed by
Jan Hubicka
Aug 31, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cgraph.c (cgraph_speculative_call_info): Fix ref lookup
From-SVN: r202129
parent
b9cbfeeb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/cgraph.c
+1
-1
No files found.
gcc/ChangeLog
View file @
57292ce9
2013-08-31 Jan Hubicka <jh@suse.cz>
2013-08-31 Jan Hubicka <jh@suse.cz>
* cgraph.c (cgraph_speculative_call_info): Fix ref lookup
2013-08-31 Jan Hubicka <jh@suse.cz>
* basic-block.h (apply_scale): Make scale parmeter gcov_type.
* basic-block.h (apply_scale): Make scale parmeter gcov_type.
2013-08-31 Uros Bizjak <ubizjak@gmail.com>
2013-08-31 Uros Bizjak <ubizjak@gmail.com>
...
...
gcc/cgraph.c
View file @
57292ce9
...
@@ -1151,7 +1151,7 @@ cgraph_speculative_call_info (struct cgraph_edge *e,
...
@@ -1151,7 +1151,7 @@ cgraph_speculative_call_info (struct cgraph_edge *e,
i
,
ref
);
i
++
)
i
,
ref
);
i
++
)
if
(
ref
->
speculative
if
(
ref
->
speculative
&&
((
ref
->
stmt
&&
ref
->
stmt
==
e
->
call_stmt
)
&&
((
ref
->
stmt
&&
ref
->
stmt
==
e
->
call_stmt
)
||
(
ref
->
lto_stmt_uid
==
e
->
lto_stmt_uid
)))
||
(
!
ref
->
stmt
&&
ref
->
lto_stmt_uid
==
e
->
lto_stmt_uid
)))
{
{
reference
=
ref
;
reference
=
ref
;
break
;
break
;
...
...
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