about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm
diff options
context:
space:
mode:
authorMateusz Mikuła <mati865@gmail.com>2020-09-03 20:14:15 +0200
committerMateusz Mikuła <mati865@gmail.com>2020-09-20 15:13:11 +0200
commit5de2c95e6e8352d2e45111025a57bd1e67a43a79 (patch)
tree455a7284680fa7d491960e37f99c2486e38bc7b6 /compiler/rustc_codegen_llvm/src/llvm
parent07ece44a42b6cd33e59d58b5325f637f398464d2 (diff)
downloadrust-5de2c95e6e8352d2e45111025a57bd1e67a43a79.tar.gz
rust-5de2c95e6e8352d2e45111025a57bd1e67a43a79.zip
Remove MMX from Rust
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm/ffi.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
index 4942c997682..45c5f56f447 100644
--- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
@@ -948,7 +948,6 @@ extern "C" {
 
     // Operations on other types
     pub fn LLVMVoidTypeInContext(C: &Context) -> &Type;
-    pub fn LLVMX86MMXTypeInContext(C: &Context) -> &Type;
     pub fn LLVMRustMetadataTypeInContext(C: &Context) -> &Type;
 
     // Operations on all values