Added FIXME.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47578 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Analysis/GRExprEngine.cpp b/Analysis/GRExprEngine.cpp
index 4e6d1a3..6c363b0 100644
--- a/Analysis/GRExprEngine.cpp
+++ b/Analysis/GRExprEngine.cpp
@@ -505,6 +505,8 @@
       if (VD->getType()->isArrayType())
         continue;
       
+      // FIXME: static variables have an initializer, but the second
+      //  time a function is called those values may not be current.
       const Expr* Ex = VD->getInit(); 
       
       St = SetRVal(St, lval::DeclVal(VD),