aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-10-20 17:57:07 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-10-20 17:57:07 -0400
commit41fd457e3ec79c0ca74e11393a3fe53f8222dc9e (patch)
treeb953ec38a9830a9bf238417c89799b8e58986e7d
parent679499cdbaba70abf3c7a33fccd3bde6e755b55f (diff)
downloadgcc-41fd457e3ec79c0ca74e11393a3fe53f8222dc9e.zip
gcc-41fd457e3ec79c0ca74e11393a3fe53f8222dc9e.tar.gz
gcc-41fd457e3ec79c0ca74e11393a3fe53f8222dc9e.tar.bz2
(init_function_start): Don't call init_insn_lengths here.
From-SVN: r10483
-rw-r--r--gcc/function.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 586fba4..8b7e827 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);