* config/sparc/sparc.md (<*vlop:code><VL:mode>3): Remove leading '*'.
From-SVN: r241632
This commit is contained in:
parent
787c7a65f6
commit
f15fe0af54
@ -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
|
||||
|
@ -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 "*<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>")))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user