Commit 4db8f48a by J"orn Rennecke Committed by Joern Rennecke

* sh.c (sh_output_mi_thunk): Call insn_locators_initialize.

From-SVN: r67718
parent fbd98522
2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
* sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
2003-06-10 Steve Ellcey <sje@cup.hp.com>
* calls.c (expand_call): Convert structure_value_addr to Pmode if
......
......@@ -8325,6 +8325,7 @@ sh_output_mi_thunk (file, thunk_fndecl, delta, vcall_offset, function)
int did_load = 0;
rtx scratch0, scratch1, scratch2;
insn_locators_initialize ();
reload_completed = 1;
no_new_pseudos = 1;
current_function_uses_only_leaf_regs = 1;
......
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