>  static bool hasAtomicCopyHelperAPI(const ObjCRuntime &runtime) {
> -  // For now, only NeXT has these APIs.
> -  return runtime.isNeXTFamily();
> +  return runtime.hasAtomicCopyHelper();
>  }

This function should probably just be inlined to all users, no?

Cheers,
Rafael
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to