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-Tag: basepoints/gcc-8~3540 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f15fe0af544a5e30d93b5c6335f15c213e2bf39c;p=thirdparty%2Fgcc.git * config/sparc/sparc.md (<*vlop:code>3): Remove leading '*'. From-SVN: r241632 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e05d4501a56..254d26243614 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 990c6f6ac1eb..3fbc23cb6e70 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" "")))]