Skip to content

Commit 3143840

Browse files
committed
NFC. Add missing DXILPointerTyID case
This resolves -Werror hexigon build failures.
1 parent e83543f commit 3143840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ unsigned HexagonTargetObjectFile::getSmallestAddressableSize(const Type *Ty,
332332
case Type::X86_MMXTyID:
333333
case Type::X86_AMXTyID:
334334
case Type::TokenTyID:
335+
case Type::DXILPointerTyID:
335336
return 0;
336337
}
337338

0 commit comments

Comments
 (0)