aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2005-06-28 22:59:44 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2005-06-28 15:59:44 -0700
commita05be2e0c3e6147b014dcc06c6673ff0fff9c3d9 (patch)
tree710e3196a5e6bd1a9ecec8c2bdf50c8814a731d1 /gcc
parente934ca476b8ff55d661aefb251675c4fef58ea30 (diff)
downloadgcc-a05be2e0c3e6147b014dcc06c6673ff0fff9c3d9.zip
gcc-a05be2e0c3e6147b014dcc06c6673ff0fff9c3d9.tar.gz
gcc-a05be2e0c3e6147b014dcc06c6673ff0fff9c3d9.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/rs6000.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cf9c27b..53c6955 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index cfdd3c3..6d0e581 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))