diff options
Diffstat (limited to 'gcc/config/score')
-rw-r--r-- | gcc/config/score/score.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/score/score.c b/gcc/config/score/score.c index 3b550861515..33efe6f0029 100644 --- a/gcc/config/score/score.c +++ b/gcc/config/score/score.c @@ -502,7 +502,6 @@ score_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED, /* Run just enough of rest_of_compilation. This sequence was "borrowed" from alpha.c. */ insn = get_insns (); - insn_locators_alloc (); split_all_insns_noflow (); shorten_branches (insn); final_start_function (insn, file, 1); |