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:
parent
e934ca476b
commit
a05be2e0c3
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue