[llvm] 3f50393 - [SandboxVectorizer][NFC] Remove unused include (#111418)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 11:47:04 PDT 2024


Author: Sterling-Augustine
Date: 2024-10-07T11:47:00-07:00
New Revision: 3f5039323c43af22896aeb2c34f6b302768d1fab

URL: https://github.com/llvm/llvm-project/commit/3f5039323c43af22896aeb2c34f6b302768d1fab
DIFF: https://github.com/llvm/llvm-project/commit/3f5039323c43af22896aeb2c34f6b302768d1fab.diff

LOG: [SandboxVectorizer][NFC] Remove unused include (#111418)

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 e8b90386dc8f84..00a7dc3fcec93e 100644
--- a/llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp
+++ b/llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp
@@ -1,4 +1,4 @@
-//===- SeedCollection.cpp  -0000000----------------------------------------===//
+//===- SeedCollector.cpp  -0000000-----------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -15,7 +15,6 @@
 #include "llvm/SandboxIR/Instruction.h"
 #include "llvm/SandboxIR/Utils.h"
 #include "llvm/Support/Debug.h"
-#include <span>
 
 using namespace llvm;
 namespace llvm::sandboxir {


        


More information about the llvm-commits mailing list