aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rs6000.md
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2005-06-28 22:59:44 +0000
committerAndrew Pinski <pinskia@physics.uc.edu>2005-06-28 22:59:44 +0000
commit99f5732cfd8847800106183a4efb7d37ac40e465 (patch)
tree710e3196a5e6bd1a9ecec8c2bdf50c8814a731d1 /gcc/config/rs6000/rs6000.md
parent66ab17e417d90315df26f28a45154ab3190e4b7d (diff)
2005-06-28 Andrew Pinski <pinskia@physics.uc.edu>
* config/rs6000/rs6000.md (setmemsi): s/operand/operands/. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@101397 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/rs6000.md')
-rw-r--r--gcc/config/rs6000/rs6000.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index cfdd3c32c49..6d0e58146b5 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))