re PR target/12353 (ICE in copyprop_hardreg_forward_1)

PR target/12353
       * config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint.

From-SVN: r71627
This commit is contained in:
Graham Stott 2003-09-21 15:27:00 +00:00 committed by Graham Stott
parent b3e3732ce1
commit fa543fdda1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-09-21 Graham Stott <grahams@btinternet.com>
PR target/12353
* config/i386/i386.md(ffs_no_cmove): Fix operand 2 constraint.
2003-09-21 Eric Botcazou <ebotcazou@libertysurf.fr>
PR target/12301

View File

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