Remove obsolete FIXMEs.

llvm-svn: 170425
This commit is contained in:
David Chisnall 2012-12-18 10:24:07 +00:00
parent f37c45c20d
commit d499f8244b
1 changed files with 0 additions and 2 deletions

View File

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