diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cb6775571ae..34b0960fddf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-06-28 Andrew Pinski + + * config/rs6000/rs6000.md (setmemsi): Fix operand 2. + 2005-06-28 Joseph S. Myers * target.h (invalid_conversion, invalid_unary_op, diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 9cde35a0787..cfdd3c32c49 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 "" ""))])] ""