Commit 18252dcf by Jakub Jelinek Committed by Jakub Jelinek

lto-streamer-out.c (lto_output): Fix --enable-checking=release build.

	* lto-streamer-out.c (lto_output): Fix --enable-checking=release
	build.

From-SVN: r159473
parent 199f1dc4
2010-05-17 Jakub Jelinek <jakub@redhat.com>
* lto-streamer-out.c (lto_output): Fix --enable-checking=release
build.
2010-05-16 Jan Hubicka <jh@suse.cz>
* ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
......
......@@ -2127,7 +2127,9 @@ lto_output (cgraph_node_set set, varpool_node_set vset)
statements using the statement UIDs. */
output_cgraph (set, vset);
#ifdef ENABLE_CHECKING
lto_bitmap_free (output);
#endif
}
struct ipa_opt_pass_d pass_ipa_lto_gimple_out =
......
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