Add =& constraints to ffssi2's temp registers.

From-SVN: r2738
This commit is contained in:
Michael Meissner 1992-11-10 19:22:29 +00:00
parent f0cdf2b265
commit 7d87c8518a
1 changed files with 2 additions and 2 deletions

View File

@ -993,8 +993,8 @@
(define_insn "ffssi2"
[(set (match_operand:SI 0 "register_operand" "=&d")
(ffs:SI (match_operand:SI 1 "register_operand" "d")))
(clobber (match_scratch:SI 2 "d"))
(clobber (match_scratch:SI 3 "d"))]
(clobber (match_scratch:SI 2 "=&d"))
(clobber (match_scratch:SI 3 "=&d"))]
""
"*
{