summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/GRExprEngine.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-09-05 06:46:12 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-09-05 06:46:12 +0000
commit1309a852d3fbbed6107a7065278cc82945e0b136 (patch)
treef5dac3c4ffeabf7c90733488c693596f1cf5eef5 /clang/lib/Analysis/GRExprEngine.cpp
parentb2e195a585adc59c496d80c1e40325d80b8a3f69 (diff)
downloadbcm5719-llvm-1309a852d3fbbed6107a7065278cc82945e0b136.tar.gz
bcm5719-llvm-1309a852d3fbbed6107a7065278cc82945e0b136.zip
pass the correct predecessor node.
llvm-svn: 81066
Diffstat (limited to 'clang/lib/Analysis/GRExprEngine.cpp')
-rw-r--r--clang/lib/Analysis/GRExprEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/GRExprEngine.cpp b/clang/lib/Analysis/GRExprEngine.cpp
index 187d03e43eb..053da67c7d1 100644
--- a/clang/lib/Analysis/GRExprEngine.cpp
+++ b/clang/lib/Analysis/GRExprEngine.cpp
@@ -1628,7 +1628,7 @@ void GRExprEngine::VisitCallRec(CallExpr* CE, ExplodedNode* Pred,
MarkNoReturnFunction(FD, CE, state, Builder);
// Evaluate the call.
- if (EvalBuiltinFunction(FD, CE, Pred, Dst))
+ if (EvalBuiltinFunction(FD, CE, *DI, Dst))
continue;
// Dispatch to the plug-in transfer function.
OpenPOWER on IntegriCloud