rs6000.md (setmemsi): s/operand/operands/.

2005-06-28  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/rs6000/rs6000.md (setmemsi): s/operand/operands/.

From-SVN: r101397
This commit is contained in:
Andrew Pinski 2005-06-28 22:59:44 +00:00 committed by Andrew Pinski
parent e934ca476b
commit a05be2e0c3
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-06-28 Andrew Pinski <pinskia@physics.uc.edu>
* config/rs6000/rs6000.md (setmemsi): s/operand/operands/.
2005-06-28 Richard Henderson <rth@redhat.com>
* config/ia64/ia64.c (ia64_expand_vecint_compare): Use unsigned

View file

@ -8622,7 +8622,7 @@
"
{
/* If value to set is not zero, use the library routine. */
if (operand[2] != const0_rtx)
if (operands[2] != const0_rtx)
FAIL;
if (expand_block_clear (operands))