Patch by Zhongxing Xu: We should set back the modified ConstEq map.

llvm-svn: 55060
This commit is contained in:
Ted Kremenek
2008-08-20 16:59:15 +00:00
parent 837c13a029
commit eb38fde5e5

View File

@@ -144,7 +144,8 @@ GRStateManager::RemoveDeadBindings(const GRState* St, Stmt* Loc,
CE = CEFactory.Remove(CE, sym);
}
}
state = state.set<ConstEqTy>(CE);
ConstNotEqTy CNE = state.get<ConstNotEqTy>();
ConstNotEqTy::Factory& CNEFactory = state.get_context<ConstNotEqTy>();