]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Adde a missing Changelog entry to describe a change in
authorMartin Jambor <jamborm@gcc.gnu.org>
Thu, 29 Apr 2010 10:46:20 +0000 (12:46 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Thu, 29 Apr 2010 10:46:20 +0000 (12:46 +0200)
gcc/lto-streamer-in.c committed yesterday.

From-SVN: r158897

gcc/ChangeLog

index e768989b0245dcc72dff2e558a4ceb625666a6e0..a03ad6b7a58ed303fa68f36d7dd7c0649ae6f13b 100644 (file)
        (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>