1
Fork 0

coverage: SSA doesn't need to know about instrprof_increment

This commit is contained in:
Zalathar 2024-10-25 13:57:46 +11:00
parent b3d65852c3
commit 8f07514520
3 changed files with 12 additions and 29 deletions

View file

@ -437,14 +437,6 @@ pub trait BuilderMethods<'a, 'tcx>:
/// Called for `StorageDead`
fn lifetime_end(&mut self, ptr: Self::Value, size: Size);
fn instrprof_increment(
&mut self,
fn_name: Self::Value,
hash: Self::Value,
num_counters: Self::Value,
index: Self::Value,
);
fn call(
&mut self,
llty: Self::Type,