* config/i386/i386.md (ffssi2): Tighten op1 predicate to
the requirements of the output insns.
From-SVN: r64283
+2003-03-12 Richard Henderson <rth@redhat.com>
+
+ PR opt/8178
+ * config/i386/i386.md (ffssi2): Tighten op1 predicate to
+ the requirements of the output insns.
+
2003-03-12 Andrew Lewycky <andrew@mxc.ca>
PR c++/7050
\f
(define_expand "ffssi2"
[(set (match_operand:SI 0 "nonimmediate_operand" "")
- (ffs:SI (match_operand:SI 1 "general_operand" "")))]
+ (ffs:SI (match_operand:SI 1 "nonimmediate_operand" "")))]
""
{
rtx out = gen_reg_rtx (SImode), tmp = gen_reg_rtx (SImode);