]> granicus.if.org Git - clang/commitdiff
Remove obsolete FIXMEs.
authorDavid Chisnall <csdavec@swan.ac.uk>
Tue, 18 Dec 2012 10:24:07 +0000 (10:24 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Tue, 18 Dec 2012 10:24:07 +0000 (10:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170425 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGObjC.cpp

index d00c2665ebd3836759039bf10129b56be3a19d86..b06bdc7ff4f87af37d978c43ea4bf021648d65af 100644 (file)
@@ -2806,7 +2806,6 @@ void CodeGenFunction::EmitExtendGCLifetime(llvm::Value *object) {
 llvm::Constant *
 CodeGenFunction::GenerateObjCAtomicSetterCopyHelperFunction(
                                         const ObjCPropertyImplDecl *PID) {
-  // FIXME. This api is for NeXt runtime only for now.
   if (!getLangOpts().CPlusPlus ||
       !getLangOpts().ObjCRuntime.hasAtomicCopyHelper())
     return 0;
@@ -2890,7 +2889,6 @@ CodeGenFunction::GenerateObjCAtomicSetterCopyHelperFunction(
 llvm::Constant *
 CodeGenFunction::GenerateObjCAtomicGetterCopyHelperFunction(
                                             const ObjCPropertyImplDecl *PID) {
-  // FIXME. This api is for NeXt runtime only for now.
   if (!getLangOpts().CPlusPlus ||
       !getLangOpts().ObjCRuntime.hasAtomicCopyHelper())
     return 0;