diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-10-25 13:57:46 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-10-25 14:24:05 +1100 |
| commit | 8f075145200aef04b36f2e2239f09b796c6ac8b8 (patch) | |
| tree | 7f9d9891942efd47372a9ebca19b4e3999a04f9c /compiler/rustc_codegen_ssa | |
| parent | b3d65852c3addf4e8e6be96965ead86c2d4fb8be (diff) | |
| download | rust-8f075145200aef04b36f2e2239f09b796c6ac8b8.tar.gz rust-8f075145200aef04b36f2e2239f09b796c6ac8b8.zip | |
coverage: SSA doesn't need to know about `instrprof_increment`
Diffstat (limited to 'compiler/rustc_codegen_ssa')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/traits/builder.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/rustc_codegen_ssa/src/traits/builder.rs b/compiler/rustc_codegen_ssa/src/traits/builder.rs index c0c1085e949..50a51714146 100644 --- a/compiler/rustc_codegen_ssa/src/traits/builder.rs +++ b/compiler/rustc_codegen_ssa/src/traits/builder.rs @@ -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, |
