]> gcc.gnu.org Git - gcc.git/commitdiff
* toplev.c (rest_of_compilation): Call free_bb_for_insn before exit. r106301.490/tags/gcc_ss_20011126
authorRichard Henderson <rth@redhat.com>
Tue, 27 Nov 2001 00:32:00 +0000 (16:32 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 27 Nov 2001 00:32:00 +0000 (16:32 -0800)
From-SVN: r47365

gcc/ChangeLog
gcc/toplev.c

index 5f3527181f4a62ded3ee990a572444c7b28490b4..1a22e47bf9772ce700ca3f1563e0fd4754f01909 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-26  Richard Henderson  <rth@redhat.com>
+
+       * toplev.c (rest_of_compilation): Call free_bb_for_insn before exit.
+
 2001-11-26  Richard Henderson  <rth@redhat.com>
 
        * config/ia64/sysv4.h (DBX_DEBUGGING_INFO): Undef.
index 72c93a799b2eacfabb7900627a986bb68a02405c..caefaff81f838f65c8ba364a6ef596bb35a66b45 100644 (file)
@@ -3516,6 +3516,7 @@ rest_of_compilation (decl)
   init_temp_slots ();
 
   free_basic_block_vars (0);
+  free_bb_for_insn ();
 
   timevar_pop (TV_FINAL);
 
This page took 0.073744 seconds and 5 git commands to generate.