summaryrefslogtreecommitdiff
path: root/il.fun
diff options
context:
space:
mode:
authorVladimir Azarov <avm@intermediate-node.net>2025-08-13 03:21:45 +0200
committerVladimir Azarov <avm@intermediate-node.net>2025-08-13 03:21:45 +0200
commit8905c0b1cc1fdef571ac2c994d5e24520ce51288 (patch)
treeb41ba663429c8ab28e4a48390e64bcc1f2ff1564 /il.fun
parent5d15afc926aeb38eb36676bb72d11022b2cda412 (diff)
Driver
Diffstat (limited to 'il.fun')
-rw-r--r--il.fun2
1 files changed, 0 insertions, 2 deletions
diff --git a/il.fun b/il.fun
index 2db885b..1ca3172 100644
--- a/il.fun
+++ b/il.fun
@@ -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);