[cfe-commits] r170425 - /cfe/trunk/lib/CodeGen/CGObjC.cpp
    David Chisnall 
    csdavec at swan.ac.uk
       
    Tue Dec 18 02:24:07 PST 2012
    
    
  
Author: theraven
Date: Tue Dec 18 04:24:07 2012
New Revision: 170425
URL: http://llvm.org/viewvc/llvm-project?rev=170425&view=rev
Log:
Remove obsolete FIXMEs.
Modified:
    cfe/trunk/lib/CodeGen/CGObjC.cpp
Modified: cfe/trunk/lib/CodeGen/CGObjC.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGObjC.cpp?rev=170425&r1=170424&r2=170425&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGObjC.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGObjC.cpp Tue Dec 18 04:24:07 2012
@@ -2806,7 +2806,6 @@
 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 @@
 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;
    
    
More information about the cfe-commits
mailing list