From 335c0f775d96536b94dd4703362b5386d056aa6d Mon Sep 17 00:00:00 2001 From: Noah Goldstein Date: Tue, 13 Jun 2023 02:42:15 -0500 Subject: [PATCH] [FunctionAttrs] Remove errant whitespace; NFC --- llvm/lib/Transforms/IPO/FunctionAttrs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/IPO/FunctionAttrs.cpp b/llvm/lib/Transforms/IPO/FunctionAttrs.cpp index 14a2b00b..e7a0c93f 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; -- 2.7.4