diff options
Diffstat (limited to 'lib/Analysis/GRState.cpp')
-rw-r--r-- | lib/Analysis/GRState.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Analysis/GRState.cpp b/lib/Analysis/GRState.cpp index f598ec4b70..ad057c2f09 100644 --- a/lib/Analysis/GRState.cpp +++ b/lib/Analysis/GRState.cpp @@ -59,8 +59,7 @@ GRStateManager::RemoveDeadBindings(const GRState* St, Stmt* Loc, LSymbols, DSymbols); } -const GRState* GRStateManager::SetSVal(const GRState* St, Loc LV, - SVal V) { +const GRState* GRStateManager::BindLoc(const GRState* St, Loc LV, SVal V) { Store OldStore = St->getStore(); Store NewStore = StoreMgr->Bind(OldStore, LV, V); |