Skip to content

Commit 7f0ca5a

Browse files
committed
coverage: SSA doesn't need to know about instrprof_increment
1 parent 9865a6c commit 7f0ca5a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/builder.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,16 +1725,6 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
17251725
fn fptosi_sat(&mut self, val: RValue<'gcc>, dest_ty: Type<'gcc>) -> RValue<'gcc> {
17261726
self.fptoint_sat(true, val, dest_ty)
17271727
}
1728-
1729-
fn instrprof_increment(
1730-
&mut self,
1731-
_fn_name: RValue<'gcc>,
1732-
_hash: RValue<'gcc>,
1733-
_num_counters: RValue<'gcc>,
1734-
_index: RValue<'gcc>,
1735-
) {
1736-
unimplemented!();
1737-
}
17381728
}
17391729

17401730
impl<'a, 'gcc, 'tcx> Builder<'a, 'gcc, 'tcx> {

0 commit comments

Comments
 (0)