From: Richard Kenner Date: Fri, 20 Oct 1995 21:57:07 +0000 (-0400) Subject: (init_function_start): Don't call init_insn_lengths here. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41fd457e3ec79c0ca74e11393a3fe53f8222dc9e;p=gcc.git (init_function_start): Don't call init_insn_lengths here. From-SVN: r10483 --- diff --git a/gcc/function.c b/gcc/function.c index 586fba40b02..8b7e82711ff 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -4822,9 +4822,6 @@ init_function_start (subr, filename, line) current_function_outgoing_args_size = 0; - /* Initialize the insn lengths. */ - init_insn_lengths (); - /* Prevent ever trying to delete the first instruction of a function. Also tell final how to output a linenum before the function prologue. */ emit_line_note (filename, line);