From: David Chisnall Date: Tue, 18 Dec 2012 10:24:07 +0000 (+0000) Subject: Remove obsolete FIXMEs. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15cc355526cdd898f5e528c38c3e385c45746e06;p=clang Remove obsolete FIXMEs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170425 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGObjC.cpp b/lib/CodeGen/CGObjC.cpp index d00c2665eb..b06bdc7ff4 100644 --- a/lib/CodeGen/CGObjC.cpp +++ b/lib/CodeGen/CGObjC.cpp @@ -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;