]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000.md (setmemsi): s/operand/operands/.
authorAndrew Pinski <pinskia@physics.uc.edu>
Tue, 28 Jun 2005 22:59:44 +0000 (22:59 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 28 Jun 2005 22:59:44 +0000 (15:59 -0700)
2005-06-28  Andrew Pinski  <pinskia@physics.uc.edu>

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

From-SVN: r101397

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index cf9c27bbce371060cd9d0ce31cd778536f007086..53c69551a6e8acc364cbf50a0583fd9b3a29cb3d 100644 (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
index cfdd3c32c49b24b90418cb33ef55496e1b725b9d..6d0e58146b597c0ac298bfc997c8f3b5af4be9c0 100644 (file)
   "
 {
   /* 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))