Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hoffman committed Oct 30, 2023
1 parent fc48ec5 commit 4da102b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ impl<'a> ExtractedFuncEnvData<'a> {
_ => unreachable!(), //ASSERT: 'cmp_address' was formed by 'loop_unroll::new_u32_value'
};
if counter_override {
todo!()
unreachable!() // there is no counter for a counter reference
} else {
self.base.subcmp_counter_is_zero(subcmp)
}
Expand Down Expand Up @@ -238,7 +238,7 @@ impl<'a> ExtractedFuncEnvData<'a> {
_ => unreachable!(), //ASSERT: 'cmp_address' was formed by 'loop_unroll::new_u32_value'
};
if counter_override {
todo!()
unreachable!() // there is no counter for a counter reference
} else {
self.base.subcmp_counter_equal_to(subcmp, value)
}
Expand Down

0 comments on commit 4da102b

Please sign in to comment.