Skip to content

Commit 7ccf435

Browse files
committed
8252846: Fix ppc/s390 after "8231441: AArch64: Initial SVE backend su…
Reviewed-by: shade
1 parent d236cf4 commit 7ccf435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hotspot/share/opto/type.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,14 @@ const Type::TypeInfo Type::_type_info[Type::lastype] = {
6262
{ Bad, T_ARRAY, "array:", false, Node::NotAMachineReg, relocInfo::none }, // Array
6363

6464
#if defined(PPC64)
65+
{ Bad, T_ILLEGAL, "vectora:", false, Op_VecA, relocInfo::none }, // VectorA.
6566
{ Bad, T_ILLEGAL, "vectors:", false, 0, relocInfo::none }, // VectorS
6667
{ Bad, T_ILLEGAL, "vectord:", false, Op_RegL, relocInfo::none }, // VectorD
6768
{ Bad, T_ILLEGAL, "vectorx:", false, Op_VecX, relocInfo::none }, // VectorX
6869
{ Bad, T_ILLEGAL, "vectory:", false, 0, relocInfo::none }, // VectorY
6970
{ Bad, T_ILLEGAL, "vectorz:", false, 0, relocInfo::none }, // VectorZ
7071
#elif defined(S390)
72+
{ Bad, T_ILLEGAL, "vectora:", false, Op_VecA, relocInfo::none }, // VectorA.
7173
{ Bad, T_ILLEGAL, "vectors:", false, 0, relocInfo::none }, // VectorS
7274
{ Bad, T_ILLEGAL, "vectord:", false, Op_RegL, relocInfo::none }, // VectorD
7375
{ Bad, T_ILLEGAL, "vectorx:", false, 0, relocInfo::none }, // VectorX

0 commit comments

Comments
 (0)