coverage: SSA doesn't need to know about instrprof_increment
This commit is contained in:
parent
b3d65852c3
commit
8f07514520
3 changed files with 12 additions and 29 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue