From 7df5691d2d23d4d55556f5e218cd79f3d14b6595 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Tue, 23 Jun 2009 20:38:51 +0000 Subject: Remove GRStateManager::BindLoc() and GRStateManager::Unbind(). llvm-svn: 73996 --- clang/lib/Analysis/GRExprEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Analysis/GRExprEngine.cpp') diff --git a/clang/lib/Analysis/GRExprEngine.cpp b/clang/lib/Analysis/GRExprEngine.cpp index c32c424b669..42c6ce3dfb6 100644 --- a/clang/lib/Analysis/GRExprEngine.cpp +++ b/clang/lib/Analysis/GRExprEngine.cpp @@ -1046,7 +1046,7 @@ void GRExprEngine::EvalBind(NodeSet& Dst, Expr* Ex, NodeTy* Pred, else { // We are binding to a value other than 'unknown'. Perform the binding // using the StoreManager. - newState = StateMgr.BindLoc(state, cast(location), Val); + newState = state->bindLoc(cast(location), Val); } // The next thing to do is check if the GRTransferFuncs object wants to -- cgit v1.2.3