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/config/s390 | |
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/config/s390')
-rw-r--r-- | gcc/config/s390/s390.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c index 7e84ff1..caee077 100644 --- a/gcc/config/s390/s390.c +++ b/gcc/config/s390/s390.c @@ -4012,7 +4012,7 @@ s390_legitimize_address (rtx x, rtx oldx ATTRIBUTE_UNUSED, } /* Try a machine-dependent way of reloading an illegitimate address AD - operand. If we find one, push the reload and and return the new address. + operand. If we find one, push the reload and return the new address. MODE is the mode of the enclosing MEM. OPNUM is the operand number and TYPE is the reload type of the current reload. */ |