From: Andrew Pinski Date: Tue, 28 Jun 2005 22:59:44 +0000 (+0000) Subject: rs6000.md (setmemsi): s/operand/operands/. X-Git-Tag: misc/cutover-cvs2svn~2094 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a05be2e0c3e6147b014dcc06c6673ff0fff9c3d9;p=thirdparty%2Fgcc.git rs6000.md (setmemsi): s/operand/operands/. 2005-06-28 Andrew Pinski * config/rs6000/rs6000.md (setmemsi): s/operand/operands/. From-SVN: r101397 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cf9c27bbce37..53c69551a6e8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-06-28 Andrew Pinski + + * config/rs6000/rs6000.md (setmemsi): s/operand/operands/. + 2005-06-28 Richard Henderson * config/ia64/ia64.c (ia64_expand_vecint_compare): Use unsigned diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index cfdd3c32c49b..6d0e58146b59 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -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))