about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2024-10-25 13:25:19 +1100
committerZalathar <Zalathar@users.noreply.github.com>2024-10-25 14:01:36 +1100
commitb3d65852c3addf4e8e6be96965ead86c2d4fb8be (patch)
tree3994f2b8c2299fd65c060c5ed536902ebfec7dc7 /compiler/rustc_codegen_llvm/src/llvm/ffi.rs
parent4923e856be61bfb8faac18eaf1f2b0d8e70ea3be (diff)
downloadrust-b3d65852c3addf4e8e6be96965ead86c2d4fb8be.tar.gz
rust-b3d65852c3addf4e8e6be96965ead86c2d4fb8be.zip
coverage: Emit MC/DC intrinsics using the normal helper method
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm/ffi.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm/ffi.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
index a52004bacd9..10e55a4f7f6 100644
--- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
@@ -1615,9 +1615,6 @@ unsafe extern "C" {
     pub fn LLVMRustSetAllowReassoc(Instr: &Value);
 
     // Miscellaneous instructions
-    pub fn LLVMRustGetInstrProfMCDCParametersIntrinsic(M: &Module) -> &Value;
-    pub fn LLVMRustGetInstrProfMCDCTVBitmapUpdateIntrinsic(M: &Module) -> &Value;
-
     pub fn LLVMRustBuildCall<'a>(
         B: &Builder<'a>,
         Ty: &'a Type,