Adde a missing Changelog entry to describe a change in

gcc/lto-streamer-in.c committed yesterday.

From-SVN: r158897
This commit is contained in:
Martin Jambor 2010-04-29 12:46:20 +02:00
parent efda38075b
commit f3d1b157cf

View File

@ -255,6 +255,8 @@
(lto_output_edge): Added capability to stream indirect edges.
(input_edge): Likewise.
(input_cgraph_1): Likewise.
* lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
of indirect edges.
2010-04-28 Richard Guenther <rguenther@suse.de>