about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/llvm
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-10-23 00:59:14 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-10-23 00:59:14 -0700
commit086f5a55be73dff71ce5d93f16cdf5652d833090 (patch)
treeda23072131ac5e092d2142a8797622eaebf8f929 /src/librustc_codegen_llvm/llvm
parentd570b36cd9dd0a3c1b94e6fc4004ee5557140d31 (diff)
downloadrust-086f5a55be73dff71ce5d93f16cdf5652d833090.tar.gz
rust-086f5a55be73dff71ce5d93f16cdf5652d833090.zip
Revert "rustc: Fix (again) simd vectors by-val in ABI"
This reverts commit 3cc8f738d4247a9b475d8e074b621e602ac2b7be.
Diffstat (limited to 'src/librustc_codegen_llvm/llvm')
-rw-r--r--src/librustc_codegen_llvm/llvm/ffi.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc_codegen_llvm/llvm/ffi.rs b/src/librustc_codegen_llvm/llvm/ffi.rs
index e2b01424909..0b98fa4eaf5 100644
--- a/src/librustc_codegen_llvm/llvm/ffi.rs
+++ b/src/librustc_codegen_llvm/llvm/ffi.rs
@@ -1138,8 +1138,6 @@ extern "C" {
     /// Runs a pass manager on a module.
     pub fn LLVMRunPassManager(PM: &PassManager<'a>, M: &'a Module) -> Bool;
 
-    pub fn LLVMRustDemoteSimdArguments(M: &'a Module);
-
     pub fn LLVMInitializePasses();
 
     pub fn LLVMPassManagerBuilderCreate() -> &'static mut PassManagerBuilder;