diff options
author | J"orn Rennecke <joern.rennecke@superh.com> | 2003-06-10 17:16:17 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2003-06-10 18:16:17 +0100 |
commit | 4db8f48acab5d9a6a2dc06ed132c78820f2df326 (patch) | |
tree | f9e2dfc75f837ff5e328c186188349ce21f7ef48 /gcc/config/sh | |
parent | fbd98522decbb7d17a0105a045a7b2aa077e048b (diff) | |
download | gcc-4db8f48acab5d9a6a2dc06ed132c78820f2df326.zip gcc-4db8f48acab5d9a6a2dc06ed132c78820f2df326.tar.gz gcc-4db8f48acab5d9a6a2dc06ed132c78820f2df326.tar.bz2 |
* sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
From-SVN: r67718
Diffstat (limited to 'gcc/config/sh')
-rw-r--r-- | gcc/config/sh/sh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 78d9ed7..482350a 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -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; |