diff options
author | Vladimir Azarov <avm@intermediate-node.net> | 2025-08-13 03:21:45 +0200 |
---|---|---|
committer | Vladimir Azarov <avm@intermediate-node.net> | 2025-08-13 03:21:45 +0200 |
commit | 8905c0b1cc1fdef571ac2c994d5e24520ce51288 (patch) | |
tree | b41ba663429c8ab28e4a48390e64bcc1f2ff1564 /il.fun | |
parent | 5d15afc926aeb38eb36676bb72d11022b2cda412 (diff) |
Driver
Diffstat (limited to 'il.fun')
-rw-r--r-- | il.fun | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -900,8 +900,6 @@ functor IL(P: PARSER) = struct val vRight = genLogPart ctx right val vRes = getNew4 ctx val vC = newConst ctx (getClass ctx vRight) 0w0 - - val () = printf `"&& labels: " I falseLabel `", " I endLabel % in ctxPutOp ctx (IrCmp (Cmpneq, vRes, vRight, vC)); ctxPutOp ctx (IrJmp endLabel); |