diff options
| author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-27 22:14:14 +0000 |
|---|---|---|
| committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-11-27 22:14:14 +0000 |
| commit | 5808379ba950ed4c01aa2eeed2cda068de359329 (patch) | |
| tree | 6e347929481436d7ac6de2f80e16a9e0baa8fb3c | |
| parent | f9febae9c3535061d136ef9b3b4bdd7860a4c81c (diff) | |
| download | ppe42-gcc-5808379ba950ed4c01aa2eeed2cda068de359329.tar.gz ppe42-gcc-5808379ba950ed4c01aa2eeed2cda068de359329.zip | |
- Fix typo in rs6000_output_load_multiple commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59587 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 bb9dcff116a..c37087f2188 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. */ |

