diff --git a/DAG.pas b/DAG.pas index c5e2121..39a6984 100644 --- a/DAG.pas +++ b/DAG.pas @@ -1569,9 +1569,7 @@ case op^.opcode of {check for optimizations of this node} end; {with} opv := op^.right; end; {if} - end {if} - else - op^.opcode := pc_neq; + end; {if} end; {if} end {if} else if op^.left^.opcode = pc_ldc then