From 75f8e136e153f9679abebcc4d77f359c371c6736 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Mon, 4 Mar 2019 10:54:38 +0100 Subject: ccgexprs.nim: less confusing code layout --- compiler/ccgexprs.nim | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'compiler') diff --git a/compiler/ccgexprs.nim b/compiler/ccgexprs.nim index a40c60e6d..99b658d46 100644 --- a/compiler/ccgexprs.nim +++ b/compiler/ccgexprs.nim @@ -1723,11 +1723,16 @@ proc genSetOp(p: BProc, e: PNode, d: var TLoc, op: TMagic) = const lookupOpr: array[mLeSet..mSymDiffSet, string] = [ "for ($1 = 0; $1 < $2; $1++) { $n" & - " $3 = (($4[$1] & ~ $5[$1]) == 0);$n" & - " if (!$3) break;}$n", "for ($1 = 0; $1 < $2; $1++) { $n" & - " $3 = (($4[$1] & ~ $5[$1]) == 0);$n" & " if (!$3) break;}$n" & - "if ($3) $3 = (#nimCmpMem($4, $5, $2) != 0);$n", - "&", "|", "& ~", "^"] + " $3 = (($4[$1] & ~ $5[$1]) == 0);$n" & + " if (!$3) break;}$n", + "for ($1 = 0; $1 < $2; $1++) { $n" & + " $3 = (($4[$1] & ~ $5[$1]) == 0);$n" & + " if (!$3) break;}$n" & + "if ($3) $3 = (#nimCmpMem($4, $5, $2) != 0);$n", + "&", + "|", + "& ~", + "^"] var a, b, i: TLoc var setType = skipTypes(e.sons[1].typ, abstractVar) var size = int(getSize(p.config, setType)) -- cgit 1.4.1-2-gfad0