Commit 5652450c by Richard Henderson Committed by Richard Henderson

* toplev.c (rest_of_compilation): Call free_bb_for_insn before exit.

From-SVN: r47365
parent 89e6abff
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.
* config/ia64/aix.h (PREFERRED_DEBUGGING_TYPE): Remove
commented out override.
......
......@@ -3516,6 +3516,7 @@ rest_of_compilation (decl)
init_temp_slots ();
free_basic_block_vars (0);
free_bb_for_insn ();
timevar_pop (TV_FINAL);
......
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