[llvm] 96be34e - [SandboxVec][SeedCollector][NFC] Fix typo in banner
Vasileios Porpodas via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 12 10:53:26 PDT 2025
Author: Vasileios Porpodas
Date: 2025-03-12T10:53:09-07:00
New Revision: 96be34e595bbee9a526b602376a3b63cdea357fe
URL: https://github.com/llvm/llvm-project/commit/96be34e595bbee9a526b602376a3b63cdea357fe
DIFF: https://github.com/llvm/llvm-project/commit/96be34e595bbee9a526b602376a3b63cdea357fe.diff
LOG: [SandboxVec][SeedCollector][NFC] Fix typo in banner
Added:
Modified:
llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp b/llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp
index 923a35e60c309..427c7d9895d88 100644
--- a/llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp
+++ b/llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp
@@ -1,4 +1,4 @@
-//===- SeedCollector.cpp -0000000-----------------------------------------===//
+//===- SeedCollector.cpp -------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the llvm-commits
mailing list