aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
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/config
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/config')
-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 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))