Patch by Zhongxing Xu: We should set back the modified ConstEq map.
llvm-svn: 55060
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user