(init_function_start): Don't call init_insn_lengths here.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 20 Oct 1995 21:57:07 +0000 (17:57 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 20 Oct 1995 21:57:07 +0000 (17:57 -0400)
From-SVN: r10483

gcc/function.c

index 586fba40b0204234dbfece06019edcff615cc5f1..8b7e82711ff4c3f44f8e4a5ce91a7871b086c892 100644 (file)
@@ -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);