Commit becb93d0 by Maya Rashish Committed by Jeff Law

builtins.md (ffssi2_internal): Correct constraint.

2017-06-29  Maya Rashish  <coypu@sdf.org>

	* config/vax/builtins.md (ffssi2_internal): Correct constraint.

From-SVN: r249812
parent 3ba358bf
2017-06-29 Maya Rashish <coypu@sdf.org>
* config/vax/builtins.md (ffssi2_internal): Correct constraint.
2017-06-29 Eric Botcazou <ebotcazou@adacore.com> 2017-06-29 Eric Botcazou <ebotcazou@adacore.com>
* expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
(define_insn "ffssi2_internal" (define_insn "ffssi2_internal"
[(set (match_operand:SI 0 "nonimmediate_operand" "=rQ") [(set (match_operand:SI 0 "nonimmediate_operand" "=rQ")
(ffs:SI (match_operand:SI 1 "general_operand" "nrmT"))) (ffs:SI (match_operand:SI 1 "general_operand" "nrQt")))
(set (cc0) (match_dup 0))] (set (cc0) (match_dup 0))]
"" ""
"ffs $0,$32,%1,%0") "ffs $0,$32,%1,%0")
......
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