From: Richard Kenner Date: Fri, 20 Oct 1995 21:58:04 +0000 (-0400) Subject: (rest_of_compilation): Call init_insn_lengths here. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9fe320d7933404a9dd3f2d6a4ecdb849c4ef3fae;p=gcc.git (rest_of_compilation): Call init_insn_lengths here. From-SVN: r10484 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 52b22973496..1b6fccb5d60 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -3267,6 +3267,9 @@ rest_of_compilation (decl) reload_completed = 0; + /* Clear out the insn_length contents now that they are no longer valid. */ + init_insn_lengths (); + /* Clear out the real_constant_chain before some of the rtx's it runs through become garbage. */