coverage: Emit llvm.instrprof.increment using the normal helper method

This commit is contained in:
Zalathar 2024-10-25 13:06:57 +11:00
parent a93c1718c8
commit 4923e856be
3 changed files with 2 additions and 36 deletions

View file

@ -1615,7 +1615,6 @@ unsafe extern "C" {
pub fn LLVMRustSetAllowReassoc(Instr: &Value);
// Miscellaneous instructions
pub fn LLVMRustGetInstrProfIncrementIntrinsic(M: &Module) -> &Value;
pub fn LLVMRustGetInstrProfMCDCParametersIntrinsic(M: &Module) -> &Value;
pub fn LLVMRustGetInstrProfMCDCTVBitmapUpdateIntrinsic(M: &Module) -> &Value;