diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2007-12-04 19:31:56 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2007-12-04 19:31:56 +0000 |
commit | 04b38243599e36debea430ff14fde4730db2fcd6 (patch) | |
tree | 3f6b4593d68b8e792c5cdec6cf06a9f6805aeb5c /Driver/RewriteTest.cpp | |
parent | b107ce82d425939ce32fc3c02faf7c2364abc1a3 (diff) |
Removed a "TODO" comment as objc1 runtime does not need to do the "TODO".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44577 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/RewriteTest.cpp')
-rw-r--r-- | Driver/RewriteTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/RewriteTest.cpp b/Driver/RewriteTest.cpp index 8dd39f538e..dcd09af9b3 100644 --- a/Driver/RewriteTest.cpp +++ b/Driver/RewriteTest.cpp @@ -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) { |