IDEA-78370

This commit is contained in:
Maxim Shafirov
2011-12-09 19:59:46 +04:00
parent 11d383c996
commit 56723c4b17
4 changed files with 14 additions and 0 deletions
@@ -257,6 +257,8 @@ public class DfaMemoryStateImpl implements DfaMemoryState {
}
public void setVarValue(DfaVariableValue var, DfaValue value) {
if (var == value) return;
flushVariable(var);
if (value instanceof DfaUnknownValue) return;