diff options
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); |