mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[X86][AMX] Fix compilation warning introduced by 981a0bd8.
This commit is contained in:
parent
1ec361c6b1
commit
f29fb0bf5c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user