Commit 33e42d56 by Jan Hubicka Committed by Jan Hubicka

* lto.c (materialize_cgraph): Revert my previous patch.

From-SVN: r159305
parent 0e8751ab
2010-05-11 Jan Hubicka <jh@suse.cz>
* lto.c (materialize_cgraph): Revert my previous patch.
2010-05-11 Kai Tietz <kai.tietz@onevision.com>
* lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Rename to
......
......@@ -1708,9 +1708,6 @@ materialize_cgraph (void)
for (i = 0; VEC_iterate (tree, lto_global_var_decls, i, decl); i++)
rest_of_decl_compilation (decl, 1, 0);
VEC_free (tree, gc, lto_global_var_decls);
lto_global_var_decls = NULL;
if (!quiet_flag)
fprintf (stderr, "\n");
......
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