From: Eric Botcazou Date: Thu, 27 Oct 2016 21:00:22 +0000 (+0000) Subject: * config/sparc/sparc.md (<*vlop:code>3): Remove leading '*'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f15fe0af544a5e30d93b5c6335f15c213e2bf39c;p=gcc.git * config/sparc/sparc.md (<*vlop:code>3): Remove leading '*'. From-SVN: r241632 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e05d4501a5..254d2624361 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-10-27 Eric Botcazou + + * config/sparc/sparc.md (<*vlop:code>3): Remove leading '*'. + 2016-10-27 Michael Meissner * config/rs6000/constraints.md (wH constraint): Add new diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 990c6f6ac1e..3fbc23cb6e7 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -8726,7 +8726,7 @@ (define_code_attr vlinsn [(ior "or") (and "and") (xor "xor")]) (define_code_attr vlninsn [(ior "nor") (and "nand") (xor "xnor")]) -(define_insn "*3" +(define_insn "3" [(set (match_operand:VL 0 "register_operand" "=") (vlop:VL (match_operand:VL 1 "register_operand" "") (match_operand:VL 2 "register_operand" "")))]