Test commit.

This commit is contained in:
Pankaj Gode 2019-11-22 14:46:43 +05:30
parent 01bb3b07c3
commit b9a26a80c8
1 changed files with 1 additions and 1 deletions

View File

@ -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;