Commit 2fe204da by Jim Wilson

(write_vtable_entries, finish_file): Likewise.

From-SVN: r6728
parent 0a3732d1
...@@ -2385,7 +2385,7 @@ write_vtable_entries (decl) ...@@ -2385,7 +2385,7 @@ write_vtable_entries (decl)
TREE_ADDRESSABLE (fn) = 1; TREE_ADDRESSABLE (fn) = 1;
temporary_allocation (); temporary_allocation ();
output_inline_function (fn); output_inline_function (fn);
permanent_allocation (); permanent_allocation (1);
} }
else else
assemble_external (fn); assemble_external (fn);
...@@ -2763,7 +2763,7 @@ finish_file () ...@@ -2763,7 +2763,7 @@ finish_file ()
{ {
temporary_allocation (); temporary_allocation ();
output_inline_function (decl); output_inline_function (decl);
permanent_allocation (); permanent_allocation (1);
} }
pending_addressable_inlines = TREE_CHAIN (pending_addressable_inlines); pending_addressable_inlines = TREE_CHAIN (pending_addressable_inlines);
} }
...@@ -2813,7 +2813,7 @@ finish_file () ...@@ -2813,7 +2813,7 @@ finish_file ()
} }
} }
permanent_allocation (); permanent_allocation (1);
this_time = get_run_time (); this_time = get_run_time ();
parse_time -= this_time - start_time; parse_time -= this_time - start_time;
varconst_time += this_time - start_time; varconst_time += this_time - start_time;
......
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