diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-03-05 04:45:36 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-03-05 04:45:36 +0000 |
commit | c179a7fbb294fe3ff6cf5479f6239a10f39628c7 (patch) | |
tree | 1b7a5ec11a5f781c14dc6dcb4bf6fc109aa56e2f /lib/Checker/GRCoreEngine.cpp | |
parent | fdf30aee637038bd89c42b04d912a04de4a59133 (diff) |
Remove reference to AnalysisContext in Environment. We already have LocationContext
information in ExplodedNode.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97785 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Checker/GRCoreEngine.cpp')
-rw-r--r-- | lib/Checker/GRCoreEngine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Checker/GRCoreEngine.cpp b/lib/Checker/GRCoreEngine.cpp index 63ac31d606..a9347d0164 100644 --- a/lib/Checker/GRCoreEngine.cpp +++ b/lib/Checker/GRCoreEngine.cpp @@ -682,7 +682,6 @@ void GRCallExitNodeBuilder::GenerateNode(const GRState *state) { // Get the callee's location context. const StackFrameContext *LocCtx = cast<StackFrameContext>(Pred->getLocationContext()); - state = state->setAnalysisContext(LocCtx->getParent()->getAnalysisContext()); PostStmt Loc(LocCtx->getCallSite(), LocCtx->getParent()); bool isNew; |