* config/rs6000/rs6000.md (setmemsi): s/operand/operands/.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101397
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
"
{
/* 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))