[llvm] b9a26a8 - Test commit.
Pankaj Gode via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 22 01:27:32 PST 2019
Author: Pankaj Gode
Date: 2019-11-22T14:46:43+05:30
New Revision: b9a26a80c81c29b7ddf6f84dd75f1918de468c5a
URL: https://github.com/llvm/llvm-project/commit/b9a26a80c81c29b7ddf6f84dd75f1918de468c5a
DIFF: https://github.com/llvm/llvm-project/commit/b9a26a80c81c29b7ddf6f84dd75f1918de468c5a.diff
LOG: Test commit.
Added:
Modified:
llvm/lib/Transforms/IPO/Attributor.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/IPO/Attributor.cpp b/llvm/lib/Transforms/IPO/Attributor.cpp
index 0e1f2e97d8fe..71bdfc6b55e7 100644
--- a/llvm/lib/Transforms/IPO/Attributor.cpp
+++ b/llvm/lib/Transforms/IPO/Attributor.cpp
@@ -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;
More information about the llvm-commits
mailing list