Removed setRecordForDecl. Added a FIXME.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61038 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/DeclObjC.cpp b/lib/AST/DeclObjC.cpp
index f22b5b4..27e6a6d 100644
--- a/lib/AST/DeclObjC.cpp
+++ b/lib/AST/DeclObjC.cpp
@@ -396,7 +396,7 @@
     RD->addDecl(Context, Field);
   }
   RD->completeDefinition(Context);
-  setRecordForDecl(RD);  
+  RecordForDecl = RD;
 }
 
 /// ObjCAddInstanceVariablesToClassImpl - Checks for correctness of Instance