diff options
| author | Matthew Maurer <mmaurer@google.com> | 2024-07-25 16:47:30 +0000 |
|---|---|---|
| committer | Matthew Maurer <mmaurer@google.com> | 2024-07-25 17:58:37 +0000 |
| commit | 38931cd227a9e177ddb749da26ce03f2eb6532aa (patch) | |
| tree | 80635452a7b4ca82baf930c946922b1e4a90f089 /compiler/rustc_codegen_ssa/src/common.rs | |
| parent | 54be9ad5eb47207d155904f6c912a9526133f75f (diff) | |
| download | rust-38931cd227a9e177ddb749da26ce03f2eb6532aa.tar.gz rust-38931cd227a9e177ddb749da26ce03f2eb6532aa.zip | |
LLVM: LLVM-20.0 removes MMX types
See llvm/llvm-project#98505
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/common.rs')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/common.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/common.rs b/compiler/rustc_codegen_ssa/src/common.rs index 27b0f127e92..ea2fd482e1f 100644 --- a/compiler/rustc_codegen_ssa/src/common.rs +++ b/compiler/rustc_codegen_ssa/src/common.rs @@ -91,7 +91,6 @@ pub enum TypeKind { Pointer, Vector, Metadata, - X86_MMX, Token, ScalableVector, BFloat, |
