1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[X86][AMX] Fix compilation warning introduced by 981a0bd8.

This commit is contained in:
Wang, Pengfei 2020-12-30 22:22:13 +08:00
parent 1ec361c6b1
commit f29fb0bf5c

View File

@ -331,6 +331,7 @@ unsigned HexagonTargetObjectFile::getSmallestAddressableSize(const Type *Ty,
case Type::LabelTyID:
case Type::MetadataTyID:
case Type::X86_MMXTyID:
case Type::X86_AMXTyID:
case Type::TokenTyID:
return 0;
}