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.