pass the correct predecessor node.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81066 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/GRExprEngine.cpp b/lib/Analysis/GRExprEngine.cpp
index 187d03e..053da67 100644
--- a/lib/Analysis/GRExprEngine.cpp
+++ b/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.