[cfe-commits] r44577 - /cfe/trunk/Driver/RewriteTest.cpp

Fariborz Jahanian fjahanian at apple.com
Tue Dec 4 11:31:57 PST 2007


Author: fjahanian
Date: Tue Dec  4 13:31:56 2007
New Revision: 44577

URL: http://llvm.org/viewvc/llvm-project?rev=44577&view=rev
Log:
Removed a "TODO" comment as objc1 runtime does not need to do the "TODO".

Modified:
    cfe/trunk/Driver/RewriteTest.cpp

Modified: cfe/trunk/Driver/RewriteTest.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Driver/RewriteTest.cpp?rev=44577&r1=44576&r2=44577&view=diff

==============================================================================
--- cfe/trunk/Driver/RewriteTest.cpp (original)
+++ cfe/trunk/Driver/RewriteTest.cpp Tue Dec  4 13:31:56 2007
@@ -2068,7 +2068,7 @@
     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) {





More information about the cfe-commits mailing list