From 63d76df2364eb482df1137fa85f21c237b7da655 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 1 May 2008 23:38:35 +0000 Subject: Fix copy-paste bug. llvm-svn: 50557 --- clang/lib/Analysis/CFRefCount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Analysis/CFRefCount.cpp') diff --git a/clang/lib/Analysis/CFRefCount.cpp b/clang/lib/Analysis/CFRefCount.cpp index 4b1ef88971e..e62632cad8f 100644 --- a/clang/lib/Analysis/CFRefCount.cpp +++ b/clang/lib/Analysis/CFRefCount.cpp @@ -986,7 +986,7 @@ void CFRefCount::EvalObjCMessageExpr(ExplodedNodeSet& Dst, RVal X = StateMgr.GetRVal(St, lv); if (isa(X)) { - SymbolID Sym = cast(V).getSymbol(); + SymbolID Sym = cast(X).getSymbol(); B = Remove(B, Sym); // Create a new state with the updated bindings. -- cgit v1.2.3