builtins.md (ffssi2_internal): Correct constraint.
authorMaya Rashish <coypu@sdf.org>
Thu, 29 Jun 2017 19:43:15 +0000 (19:43 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 29 Jun 2017 19:43:15 +0000 (13:43 -0600)
2017-06-29  Maya Rashish  <coypu@sdf.org>

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

From-SVN: r249812

gcc/ChangeLog
gcc/config/vax/builtins.md

index 4f8868bc8bea68dbb49894105d623243c5b01e00..42d7fcc8e04924193fd867a0d6ccb05bcc804138 100644 (file)
@@ -1,3 +1,7 @@
+2017-06-29  Maya Rashish  <coypu@sdf.org>
+
+       * config/vax/builtins.md (ffssi2_internal): Correct constraint.
+
 2017-06-29  Eric Botcazou  <ebotcazou@adacore.com>
 
        * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
index fb0f69acbff233762b76c1618360f61d29fcdac0..e805a7ee81215bf81af4dde4eaa1f0204f42233a 100644 (file)
@@ -41,7 +41,7 @@
 
 (define_insn "ffssi2_internal"
   [(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))]
   ""
   "ffs $0,$32,%1,%0")