diff options
-rw-r--r-- | il.fun | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |