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 | e73584384a6c791796143589fa3a89515f506d16 (patch) | |
tree | b49a5232508ad0e9819767997a2fc2c0f3e8f058 /clang/lib/Checker/GRCoreEngine.cpp | |
parent | cf67ffa50027baab4e8c838a73bddde215450807 (diff) | |
download | bcm5719-llvm-e73584384a6c791796143589fa3a89515f506d16.tar.gz bcm5719-llvm-e73584384a6c791796143589fa3a89515f506d16.zip |
Remove reference to AnalysisContext in Environment. We already have LocationContext
information in ExplodedNode.
llvm-svn: 97785
Diffstat (limited to 'clang/lib/Checker/GRCoreEngine.cpp')
-rw-r--r-- | clang/lib/Checker/GRCoreEngine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Checker/GRCoreEngine.cpp b/clang/lib/Checker/GRCoreEngine.cpp index 63ac31d6064..a9347d01641 100644 --- a/clang/lib/Checker/GRCoreEngine.cpp +++ b/clang/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; |