(write_vtable_entries, finish_file): Likewise.

From-SVN: r6728
This commit is contained in:
Jim Wilson 1994-03-08 12:56:07 -08:00
parent 0a3732d1de
commit 2fe204da02
1 changed files with 3 additions and 3 deletions

View File

@ -2385,7 +2385,7 @@ write_vtable_entries (decl)
TREE_ADDRESSABLE (fn) = 1;
temporary_allocation ();
output_inline_function (fn);
permanent_allocation ();
permanent_allocation (1);
}
else
assemble_external (fn);
@ -2763,7 +2763,7 @@ finish_file ()
{
temporary_allocation ();
output_inline_function (decl);
permanent_allocation ();
permanent_allocation (1);
}
pending_addressable_inlines = TREE_CHAIN (pending_addressable_inlines);
}
@ -2813,7 +2813,7 @@ finish_file ()
}
}
permanent_allocation ();
permanent_allocation (1);
this_time = get_run_time ();
parse_time -= this_time - start_time;
varconst_time += this_time - start_time;