[llvm] 335c0f7 - [FunctionAttrs] Remove errant whitespace; NFC
Noah Goldstein via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 10:34:33 PDT 2023
Author: Noah Goldstein
Date: 2023-06-13T12:34:15-05:00
New Revision: 335c0f775d96536b94dd4703362b5386d056aa6d
URL: https://github.com/llvm/llvm-project/commit/335c0f775d96536b94dd4703362b5386d056aa6d
DIFF: https://github.com/llvm/llvm-project/commit/335c0f775d96536b94dd4703362b5386d056aa6d.diff
LOG: [FunctionAttrs] Remove errant whitespace; NFC
Added:
Modified:
llvm/lib/Transforms/IPO/FunctionAttrs.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/IPO/FunctionAttrs.cpp b/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
index 14a2b00b1bbea..e7a0c93f2afda 100644
--- a/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
+++ b/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
@@ -638,7 +638,7 @@ determinePointerAccessAttrs(Argument *A,
if (Visited.insert(&UU).second)
Worklist.push_back(&UU);
}
-
+
if (CB.doesNotAccessMemory())
continue;
More information about the llvm-commits
mailing list