Skip to content

Commit

Permalink
Analysis methods are renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed Dec 15, 2024
1 parent abbca67 commit a625cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/preempt_count/dataflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,15 @@ impl<'tcx> Analysis<'tcx> for AdjustmentComputation<'_, 'tcx, '_> {
});
}

fn apply_statement_effect(
fn apply_primary_statement_effect(
&mut self,
_state: &mut Self::Domain,
_statement: &rustc_middle::mir::Statement<'tcx>,
_location: rustc_middle::mir::Location,
) {
}

fn apply_terminator_effect<'mir>(
fn apply_primary_terminator_effect<'mir>(
&mut self,
state: &mut Self::Domain,
terminator: &'mir rustc_middle::mir::Terminator<'tcx>,
Expand Down

0 comments on commit a625cb0

Please sign in to comment.