File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#![ cfg( feature = "with-libfunc-counter" ) ]
2
2
//! The libfunc counter feature is used to generate information counting how many time a libfunc has been called.
3
3
//!
4
- //! When this feature is used, the compiler will call the important methods:
4
+ //! When this feature is used, the compiler will call three important methods:
5
5
//!
6
6
//! 1. `count_libfunc`: called before every libfunc execution.
7
7
//!
@@ -156,8 +156,8 @@ impl LibfuncCounterMeta {
156
156
block. append_op_result ( memref:: load ( libfunc_counter_id_ptr, & [ ] , location) )
157
157
}
158
158
159
- /// Indexes the array of counters and increments
160
- /// the one relative to the given libfunc index
159
+ /// Indexes the array of counters and increments the counter relative
160
+ /// to the given libfunc index
161
161
pub fn store_array_counter (
162
162
& mut self ,
163
163
context : & Context ,
You can’t perform that action at this time.
0 commit comments