Commit 136a5f45 by Jan Hubicka Committed by Jan Hubicka

cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before outputting aliases.

	* cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before
	outputting aliases.

From-SVN: r211352
parent 3df8e299
2014-06-07 Jan Hubicka <hubicka@ucw.cz>
* cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before
outputting aliases.
2014-06-07 Steven Bosscher <steven@gcc.gnu.org>
* gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers
......
......@@ -1720,8 +1720,8 @@ assemble_thunks_and_aliases (struct cgraph_node *node)
struct cgraph_node *thunk = e->caller;
e = e->next_caller;
assemble_thunks_and_aliases (thunk);
expand_thunk (thunk, true, false);
assemble_thunks_and_aliases (thunk);
}
else
e = e->next_caller;
......
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