[FunctionAttrs] Remove errant whitespace; NFC
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 13 Jun 2023 07:42:15 +0000 (02:42 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 13 Jun 2023 17:34:15 +0000 (12:34 -0500)
llvm/lib/Transforms/IPO/FunctionAttrs.cpp

index 14a2b00..e7a0c93 100644 (file)
@@ -638,7 +638,7 @@ determinePointerAccessAttrs(Argument *A,
             if (Visited.insert(&UU).second)
               Worklist.push_back(&UU);
       }
-      
+
       if (CB.doesNotAccessMemory())
         continue;