|
@@ -1974,7 +1974,9 @@ unit nx86add;
|
|
swapleftright;
|
|
swapleftright;
|
|
|
|
|
|
secondpass(left);
|
|
secondpass(left);
|
|
|
|
+
|
|
{ Skip the not node completely }
|
|
{ Skip the not node completely }
|
|
|
|
+ Include(right.flags, nf_do_not_execute);
|
|
secondpass(tnotnode(right).left);
|
|
secondpass(tnotnode(right).left);
|
|
|
|
|
|
{ allocate registers }
|
|
{ allocate registers }
|