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
This commit is contained in:
Andrew Pinski 2005-06-28 22:18:54 +00:00 committed by Andrew Pinski
parent 777c888909
commit 98843c9206
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-06-28 Andrew Pinski <pinskia@physics.uc.edu>
* config/rs6000/rs6000.md (setmemsi): Fix operand 2.
2005-06-28 Joseph S. Myers <joseph@codesourcery.com>
* target.h (invalid_conversion, invalid_unary_op,

View File

@ -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 "" ""))])]
""