Implement FIXME.

llvm-svn: 74872
diff --git a/clang/lib/Analysis/Store.cpp b/clang/lib/Analysis/Store.cpp
index 08db2c5..3f2a10c 100644
--- a/clang/lib/Analysis/Store.cpp
+++ b/clang/lib/Analysis/Store.cpp
@@ -54,7 +54,7 @@
 
   // Check cast to ObjCQualifiedID type.
   if (ToTy->isObjCQualifiedIdType()) {
-    // FIXME: Record the type information aside.
+    state = setCastType(state, R, ToTy);
     return CastResult(state, R);
   }