* config/sparc/sparc.md (<*vlop:code><VL:mode>3): Remove leading '*'.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 27 Oct 2016 21:00:22 +0000 (21:00 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 27 Oct 2016 21:00:22 +0000 (21:00 +0000)
From-SVN: r241632

gcc/ChangeLog
gcc/config/sparc/sparc.md

index 1e05d45..254d262 100644 (file)
@@ -1,3 +1,7 @@
+2016-10-27  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * config/sparc/sparc.md (<*vlop:code><VL:mode>3): Remove leading '*'.
+
 2016-10-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
 
        * config/rs6000/constraints.md (wH constraint): Add new
index 990c6f6..3fbc23c 100644 (file)
 (define_code_attr vlinsn [(ior "or") (and "and") (xor "xor")])
 (define_code_attr vlninsn [(ior "nor") (and "nand") (xor "xnor")])
 
-(define_insn "*<vlop:code><VL:mode>3"
+(define_insn "<vlop:code><VL:mode>3"
   [(set (match_operand:VL 0 "register_operand" "=<vconstr>")
        (vlop:VL (match_operand:VL 1 "register_operand" "<vconstr>")
                 (match_operand:VL 2 "register_operand" "<vconstr>")))]