From 41fd457e3ec79c0ca74e11393a3fe53f8222dc9e Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 20 Oct 1995 17:57:07 -0400 Subject: [PATCH] (init_function_start): Don't call init_insn_lengths here. From-SVN: r10483 --- gcc/function.c | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.30.2