diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2002-11-27 17:14:14 -0500 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2002-11-27 17:14:14 -0500 |
commit | ebe637e3c290a6d149300c0196f2453f67c073e6 (patch) | |
tree | 6e347929481436d7ac6de2f80e16a9e0baa8fb3c /gcc | |
parent | c9b93e1a3287e51f3271e8210e49ef07620c7ef5 (diff) | |
download | gcc-ebe637e3c290a6d149300c0196f2453f67c073e6.zip gcc-ebe637e3c290a6d149300c0196f2453f67c073e6.tar.gz gcc-ebe637e3c290a6d149300c0196f2453f67c073e6.tar.bz2 |
- Fix typo in rs6000_output_load_multiple commit.
From-SVN: r59587
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index bb9dcff..c37087f 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -6386,7 +6386,7 @@ store_multiple_operation (op, mode) const char * rs6000_output_load_multiple (operands) - rtx operands[2]; + rtx operands[3]; { /* We have to handle the case where the pseudo used to contain the address is assigned to one of the output registers. */ |