diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2017-02-28 21:43:28 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2017-02-28 21:43:28 +0000 |
commit | 928b8ea2032dfe28b9905eb332a2dc3f8ed8834d (patch) | |
tree | 04b75e0007ede8776703d9baa63ab72bdd9d9059 /llvm/lib/Object/MachOObjectFile.cpp | |
parent | 8f016df1ed50933c4649085dc335c9e0e9b2778c (diff) | |
download | bcm5719-llvm-928b8ea2032dfe28b9905eb332a2dc3f8ed8834d.tar.gz bcm5719-llvm-928b8ea2032dfe28b9905eb332a2dc3f8ed8834d.zip |
Removing couple unnecessary architecture guards.
This section of code (__kmp_test_then_* functions) is guarded by
(KMP_ARCH_X86 || KMP_ARCH_X86_64) so it does not make sense to have other
architecture guards inside this section. Non-x86 architectures always
use intrinsics (__sync_*)
llvm-svn: 296525
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions