OSDN Git Service

Adde a missing Changelog entry to describe a change in
authorjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Apr 2010 10:46:20 +0000 (10:46 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 04:54:49 +0000 (13:54 +0900)
gcc/lto-streamer-in.c committed yesterday.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158897 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index e768989..a03ad6b 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>