about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-07-26 06:40:36 +0000
committerbors <bors@rust-lang.org>2024-07-26 06:40:36 +0000
commitf98fdfc8a449bf535602b971e8eb12fd282de305 (patch)
treef1616040f0575679c5a75a89c75ae074a1b3688f /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent35e70f3e7ec31d5c8bb07f80c62559425a81979c (diff)
parent4bd2757b4ccf6c4fed986bae9593782112aecd80 (diff)
downloadrust-f98fdfc8a449bf535602b971e8eb12fd282de305.tar.gz
rust-f98fdfc8a449bf535602b971e8eb12fd282de305.zip
Auto merge of #3765 - rust-lang:rustup-2024-07-26, r=RalfJung
Automatic Rustup
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
-rw-r--r--compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp b/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
index 14757b27a37..4cdd8af1008 100644
--- a/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
+++ b/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
@@ -1419,8 +1419,6 @@ extern "C" LLVMTypeKind LLVMRustGetTypeKind(LLVMTypeRef Ty) {
     return LLVMPointerTypeKind;
   case Type::FixedVectorTyID:
     return LLVMVectorTypeKind;
-  case Type::X86_MMXTyID:
-    return LLVMX86_MMXTypeKind;
   case Type::TokenTyID:
     return LLVMTokenTypeKind;
   case Type::ScalableVectorTyID: