LLVM: LLVM-20.0 removes MMX types

See llvm/llvm-project#98505
This commit is contained in:
Matthew Maurer
2024-07-25 16:47:30 +00:00
parent 54be9ad5eb
commit 38931cd227
3 changed files with 0 additions and 5 deletions

View File

@@ -91,7 +91,6 @@ pub enum TypeKind {
Pointer,
Vector,
Metadata,
X86_MMX,
Token,
ScalableVector,
BFloat,