Add comment for my patch in r166809.

llvm-svn: 166823
This commit is contained in:
Fariborz Jahanian
2012-10-26 22:20:25 +00:00
parent a312bb0879
commit 9dd2e0872e

View File

@@ -2583,6 +2583,8 @@ void CodeGenModule::EmitLinkageSpec(const LinkageSpecDecl *LSD) {
for (RecordDecl::decl_iterator I = LSD->decls_begin(), E = LSD->decls_end();
I != E; ++I) {
// Meta-data for ObjC class includes references to implemented methods.
// Generate class's method definitions first.
if (ObjCImplDecl *OID = dyn_cast<ObjCImplDecl>(*I)) {
for (ObjCContainerDecl::method_iterator M = OID->meth_begin(),
MEnd = OID->meth_end();