Removed a "TODO" comment as objc1 runtime does not need to do the "TODO".

llvm-svn: 44577
This commit is contained in:
Fariborz Jahanian 2007-12-04 19:31:56 +00:00
parent 1f606a999e
commit f256b48bc7
1 changed files with 1 additions and 1 deletions

View File

@ -2068,7 +2068,7 @@ void RewriteTest::RewriteObjcClassMetaData(ObjcImplementationDecl *IDecl,
Result += CDecl->getName();
Result += "\"";
}
// TODO: 'ivars' field for root class is currently set to 0.
// Set 'ivars' field for root class to 0. Objc1 runtime does not use it.
// 'info' field is initialized to CLS_META(2) for metaclass
Result += ", 0,2, sizeof(struct _objc_class), 0";
if (CDecl->getNumClassMethods() > 0) {