mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-01 00:02:16 +00:00
Fix compile error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156986 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c187df2198
commit
e9f5d2ea8b
@ -376,7 +376,7 @@ static Type *DecodeFixedType(unsigned &NextElt, ArrayRef<unsigned char> Infos,
|
||||
case IIT_F32: return Type::getFloatTy(Context);
|
||||
case IIT_F64: return Type::getDoubleTy(Context);
|
||||
case IIT_MMX: return Type::getX86_MMXTy(Context);
|
||||
case IIT_METADATA: return Type::Type::getMetadataTy(Context);
|
||||
case IIT_METADATA: return Type::getMetadataTy(Context);
|
||||
case IIT_EMPTYSTRUCT: return StructType::get(Context);
|
||||
case IIT_V2:
|
||||
return VectorType::get(DecodeFixedType(NextElt, Infos, Tys, Context), 2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user