]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
s390x: Fix bootstrap.
authorJuergen Christ <jchrist@linux.ibm.com>
Tue, 27 May 2025 13:42:10 +0000 (15:42 +0200)
committerJuergen Christ <jchrist@linux.ibm.com>
Tue, 27 May 2025 13:43:46 +0000 (15:43 +0200)
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>
gcc/config/s390/vector.md

index 5824ae4a672d99054c8ed4cd6bb9c9268396697d..6f4e1929eb80cdb0deefb57b65efdf44e4f819eb 100644 (file)
        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")