Skip to content

Commit bee6b36

Browse files
committed
chore: remove outdated docs
1 parent 9946bcf commit bee6b36

File tree

1 file changed

+0
-3
lines changed
  • libs/@local/hashql/mir/src/pass/transform/copy_propagation

1 file changed

+0
-3
lines changed

libs/@local/hashql/mir/src/pass/transform/copy_propagation/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,6 @@ struct CopyPropagationVisitor<'env, 'heap, A: Allocator> {
264264

265265
impl<'heap, A: Allocator> CopyPropagationVisitor<'_, 'heap, A> {
266266
/// Attempts to evaluate an operand to a known constant or classify it for simplification.
267-
///
268-
/// Returns `Int` if the operand is a constant integer or a local known to hold one,
269-
/// `Place` if it's a non-constant place, or `Other` for operands that can't be simplified.
270267
fn try_eval(&self, operand: Operand<'heap>) -> Option<KnownValue<'heap>> {
271268
let place = match operand {
272269
Operand::Place(place) => place,

0 commit comments

Comments
 (0)