commit | 1309a852d3fbbed6107a7065278cc82945e0b136 | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Sat Sep 05 06:46:12 2009 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Sat Sep 05 06:46:12 2009 +0000 |
tree | f5dac3c4ffeabf7c90733488c693596f1cf5eef5 | |
parent | b2e195a585adc59c496d80c1e40325d80b8a3f69 [diff] [blame] |
pass the correct predecessor node. llvm-svn: 81066
diff --git a/clang/lib/Analysis/GRExprEngine.cpp b/clang/lib/Analysis/GRExprEngine.cpp index 187d03e..053da67 100644 --- a/clang/lib/Analysis/GRExprEngine.cpp +++ b/clang/lib/Analysis/GRExprEngine.cpp
@@ -1628,7 +1628,7 @@ 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.