forked from OSchip/llvm-project
Test commit.
This commit is contained in:
parent
01bb3b07c3
commit
b9a26a80c8
|
@ -1389,7 +1389,7 @@ ChangeStatus AANoSyncImpl::updateImpl(Attributor &A) {
|
|||
|
||||
auto CheckRWInstForNoSync = [&](Instruction &I) {
|
||||
/// We are looking for volatile instructions or Non-Relaxed atomics.
|
||||
/// FIXME: We should ipmrove the handling of intrinsics.
|
||||
/// FIXME: We should improve the handling of intrinsics.
|
||||
|
||||
if (isa<IntrinsicInst>(&I) && isNoSyncIntrinsic(&I))
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue