diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-10 18:46:45 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-10 18:46:45 +0000 |
commit | 851d929653778531dd174c25c55d6c6558b5510f (patch) | |
tree | bf95262adeb1e48387900226345da1050170321b /gcc/lto-streamer.c | |
parent | 19bff7fe624209f0ffe8d6cac8a7a735e9c507f5 (diff) | |
download | gcc-851d929653778531dd174c25c55d6c6558b5510f.tar.gz |
Remove doubled up words.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172247 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto-streamer.c')
-rw-r--r-- | gcc/lto-streamer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer.c b/gcc/lto-streamer.c index 06afb97f355..c6738d27e64 100644 --- a/gcc/lto-streamer.c +++ b/gcc/lto-streamer.c @@ -529,7 +529,7 @@ lto_record_common_node (tree *nodep, VEC(tree, heap) **common_nodes, /* Generate a vector of common nodes and make sure they are merged - properly according to the the gimple type table. */ + properly according to the gimple type table. */ static VEC(tree,heap) * lto_get_common_nodes (void) |