Commit a05be2e0 by Andrew Pinski Committed by Andrew Pinski

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
parent e934ca47
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
......
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment