diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ca9c54098ea..80432f1e5bf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-09-21 Graham Stott + + PR target/12353 + * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint. + 2003-09-21 Eric Botcazou PR target/12301 diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 6fa1650f7d7..9ee1d7d6c50 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -14450,7 +14450,7 @@ (define_insn_and_split "*ffs_no_cmove" [(set (match_operand:SI 0 "nonimmediate_operand" "=r") (ffs:SI (match_operand:SI 1 "nonimmediate_operand" "rm"))) - (clobber (match_scratch:SI 2 "=&r")) + (clobber (match_scratch:SI 2 "=&q")) (clobber (reg:CC 17))] "" "#"