A typo in the mnemonic attribute caused a failed bootstrap. Not sure
how that passed the bootstrap done before committing.
gcc/ChangeLog:
* config/s390/vector.md(*vec_extract<mode>): Fix mnemonic.
Signed-off-by: Juergen Christ <jchrist@linux.ibm.com>
return "vste<bhfgq>\t%v1,%0,%2";
}
[(set_attr "op_type" "VRS,VRX")
- (set_attr "mnemonic" "vlgv<bhqgq>,vste<bhfgq>")])
+ (set_attr "mnemonic" "vlgv<bhfgq>,vste<bhfgq>")])
(define_insn "*vec_extract<mode>"
[(set (match_operand:<non_vec> 0 "nonimmediate_operand" "=d,R,v")