OSDN Git Service

2005-06-28 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jun 2005 22:59:44 +0000 (22:59 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jun 2005 22:59:44 +0000 (22:59 +0000)
        * 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

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

index cf9c27b..53c6955 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 cfdd3c3..6d0e581 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))