diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2011-04-10 18:46:45 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-04-10 18:46:45 +0000 |
commit | dd5a833e6e86e0ed85af6e48aa460ebfc4665f5d (patch) | |
tree | bf95262adeb1e48387900226345da1050170321b /gcc/lto | |
parent | 4b9726d48cc7eea7e51b51e00e3720104cd2774f (diff) | |
download | gcc-dd5a833e6e86e0ed85af6e48aa460ebfc4665f5d.zip gcc-dd5a833e6e86e0ed85af6e48aa460ebfc4665f5d.tar.gz gcc-dd5a833e6e86e0ed85af6e48aa460ebfc4665f5d.tar.bz2 |
Remove doubled up words.
From-SVN: r172247
Diffstat (limited to 'gcc/lto')
-rw-r--r-- | gcc/lto/lto.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index 556e7e6..45bdb70 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -186,9 +186,10 @@ lto_materialize_function (struct cgraph_node *node) } -/* Decode the content of memory pointed to by DATA in the the - in decl state object STATE. DATA_IN points to a data_in structure for - decoding. Return the address after the decoded object in the input. */ +/* Decode the content of memory pointed to by DATA in the in decl + state object STATE. DATA_IN points to a data_in structure for + decoding. Return the address after the decoded object in the + input. */ static const uint32_t * lto_read_in_decl_state (struct data_in *data_in, const uint32_t *data, |