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
c1d854fb
Commit
c1d854fb
authored
May 16, 2016
by
Jan Hubicka
Committed by
Jan Hubicka
May 16, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-inline.c (expand_call_inline): recurse after inlining thunk.
From-SVN: r236273
parent
aa53a905
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/tree-inline.c
+1
-0
No files found.
gcc/ChangeLog
View file @
c1d854fb
2016-05-16 Jan Hubicka <hubicka@ucw.cz>
* tree-inline.c (expand_call_inline): recurse after inlining thunk.
2016-05-16 Jan Hubicka <hubicka@ucw.cz>
* tree.c (free_lang_data_in_decl): Also set target/optimization flags
for thunks.
...
...
gcc/tree-inline.c
View file @
c1d854fb
...
...
@@ -4485,6 +4485,7 @@ expand_call_inline (basic_block bb, gimple *stmt, copy_body_data *id)
gimple_call_set_fndecl
(
stmt
,
edge
->
callee
->
decl
);
update_stmt
(
stmt
);
id
->
src_node
->
remove
();
expand_call_inline
(
bb
,
stmt
,
id
);
return
true
;
}
fn
=
cg_edge
->
callee
->
decl
;
...
...
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