We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54be9ad commit 7367f14Copy full SHA for 7367f14
compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
@@ -1419,8 +1419,6 @@ extern "C" LLVMTypeKind LLVMRustGetTypeKind(LLVMTypeRef Ty) {
1419
return LLVMPointerTypeKind;
1420
case Type::FixedVectorTyID:
1421
return LLVMVectorTypeKind;
1422
- case Type::X86_MMXTyID:
1423
- return LLVMX86_MMXTypeKind;
1424
case Type::TokenTyID:
1425
return LLVMTokenTypeKind;
1426
case Type::ScalableVectorTyID:
0 commit comments