Skip to content

Commit

Permalink
fix binary not optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound committed May 24, 2012
1 parent 0f3e87f commit 03672c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions winxedst2.winxed
Expand Up @@ -4398,8 +4398,6 @@ class OpBinNotExpr : OpUnaryExpr
int n = subexpr.getIntegerValue();
return integerValue(self.owner, subexpr.start, ~ n);
}
if (subexpr.isnegable())
return subexpr.negated();
return self;
}
function emit(e, string result)
Expand Down

0 comments on commit 03672c5

Please sign in to comment.