Commit 41fd457e by Richard Kenner

(init_function_start): Don't call init_insn_lengths here.

From-SVN: r10483
parent 679499cd
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment