Commit c1d854fb by Jan Hubicka Committed by Jan Hubicka

* tree-inline.c (expand_call_inline): recurse after inlining thunk.

From-SVN: r236273
parent aa53a905
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment