From ebe637e3c290a6d149300c0196f2453f67c073e6 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 27 Nov 2002 17:14:14 -0500 Subject: [PATCH] - Fix typo in rs6000_output_load_multiple commit. From-SVN: r59587 --- gcc/config/rs6000/rs6000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */