Skip to content

Commit a625cb0

Browse files
committed
Analysis methods are renamed
1 parent abbca67 commit a625cb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/preempt_count/dataflow.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,15 +216,15 @@ impl<'tcx> Analysis<'tcx> for AdjustmentComputation<'_, 'tcx, '_> {
216216
});
217217
}
218218

219-
fn apply_statement_effect(
219+
fn apply_primary_statement_effect(
220220
&mut self,
221221
_state: &mut Self::Domain,
222222
_statement: &rustc_middle::mir::Statement<'tcx>,
223223
_location: rustc_middle::mir::Location,
224224
) {
225225
}
226226

227-
fn apply_terminator_effect<'mir>(
227+
fn apply_primary_terminator_effect<'mir>(
228228
&mut self,
229229
state: &mut Self::Domain,
230230
terminator: &'mir rustc_middle::mir::Terminator<'tcx>,

0 commit comments

Comments
 (0)