Commit fa543fdd by Graham Stott Committed by Graham Stott

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
parent b3e3732c
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
......
......@@ -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))]
""
"#"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment