Skip to content

Commit

Permalink
fix rewrite counting
Browse files Browse the repository at this point in the history
  • Loading branch information
Frotty committed Jun 17, 2018
1 parent 319f52b commit eb321a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ private void optimizeOpCall(ImOperatorCall opc) {
left.setParent(null);
opc.replaceBy(left);
wasViable = true;
} else {
wasViable = false;
}
} else {
wasViable = false;
Expand Down

0 comments on commit eb321a6

Please sign in to comment.