diff --git a/ykrt/src/compile/jitc_yk/opt/analyse.rs b/ykrt/src/compile/jitc_yk/opt/analyse.rs index 716dc3c99..489b6ab67 100644 --- a/ykrt/src/compile/jitc_yk/opt/analyse.rs +++ b/ykrt/src/compile/jitc_yk/opt/analyse.rs @@ -69,8 +69,7 @@ impl Analyse { if let (&Operand::Const(_lhs_cidx), &Operand::Const(_rhs_cidx)) = (&lhs, &rhs) { - // Can we still hit this case? - todo!(); + // FIXME: implement the optimisation. } } op