diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-01-09 04:02:36 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2006-01-09 15:02:36 +1100 |
commit | 26ba43b9cb79cb542b58bee498a30132f559f10c (patch) | |
tree | e80bb60d37cea9c05629738bff569382e319535d /gcc/config/rs6000 | |
parent | 0ad77f5589f9d0dd089685764abef3989dee7db7 (diff) | |
download | gcc-26ba43b9cb79cb542b58bee498a30132f559f10c.zip gcc-26ba43b9cb79cb542b58bee498a30132f559f10c.tar.gz gcc-26ba43b9cb79cb542b58bee498a30132f559f10c.tar.bz2 |
* config/rs6000/rs6000.h (GO_IF_LEGITIMATE_ADDRESS): Typo fix.
From-SVN: r109493
Diffstat (limited to 'gcc/config/rs6000')
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index a77be12..8a01d99 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -1740,7 +1740,7 @@ typedef struct rs6000_args The MODE argument is the machine mode for the MEM expression that wants to use this address. - On the RS/6000, there are four valid address: a SYMBOL_REF that + On the RS/6000, there are four valid addresses: a SYMBOL_REF that refers to a constant pool entry of an address (or the sum of it plus a constant), a short (16-bit signed) constant plus a register, the sum of two registers, or a register indirect, possibly with an |