[polly] [Polly] Fix typos discovered by codespell (PR #124545)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 06:39:19 PST 2025
================
@@ -1494,7 +1494,7 @@ class ScopStmt final {
/// @param Access The access to add.
/// @param Prepend If true, will add @p Access before all other instructions
/// (instead of appending it).
- void addAccess(MemoryAccess *Access, bool Preprend = false);
+ void addAccess(MemoryAccess *Access, bool Prepend = false);
----------------
Meinersbur wrote:
LGTM
https://github.com/llvm/llvm-project/pull/124545
More information about the llvm-commits
mailing list