From 177a172719f065dd32ea1217bfb35d6b640d0bad Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Sun, 17 Aug 2025 12:48:13 +0200 Subject: Version 0.01 --- il.fun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/il.fun b/il.fun index 1ca3172..b0d580e 100644 --- a/il.fun +++ b/il.fun @@ -2034,7 +2034,7 @@ functor IL(P: PARSER) = struct | lowerDiv _ _ = () fun peephole (C as Lctx { ops, ... }) = ( - D.appi (fuseSet C) ops; + (*D.appi (fuseSet C) ops;*) D.appi (fuseJmpc C) ops; D.appi (lowerMul C) ops; D.appi (lowerDiv C) ops -- cgit v1.2.3