aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rs6000.md
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2005-06-28 22:18:54 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2005-06-28 15:18:54 -0700
commit98843c9206bc57b09354e9a145df5af9b297afdf (patch)
treedba5dfb72d9b7efec53e418d15f89a48566e1fbb /gcc/config/rs6000/rs6000.md
parent777c8889095d124c2262168e6250d8ab6ce88219 (diff)
downloadgcc-98843c9206bc57b09354e9a145df5af9b297afdf.zip
gcc-98843c9206bc57b09354e9a145df5af9b297afdf.tar.gz
gcc-98843c9206bc57b09354e9a145df5af9b297afdf.tar.bz2
rs6000.md (setmemsi): Fix operand 2.
2005-06-28 Andrew Pinski <pinskia@physics.uc.edu> * config/rs6000/rs6000.md (setmemsi): Fix operand 2. From-SVN: r101394
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 9cde35a..cfdd3c3 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -8615,7 +8615,7 @@
(define_expand "setmemsi"
[(parallel [(set (match_operand:BLK 0 "" "")
- (match_operand 2 "const_int_operand" "" ""))
+ (match_operand 2 "const_int_operand" ""))
(use (match_operand:SI 1 "" ""))
(use (match_operand:SI 3 "" ""))])]
""