[llvm] [SandboxVectorizer][NFC] Remove unused include (PR #111418)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 11:46:56 PDT 2024


https://github.com/Sterling-Augustine created https://github.com/llvm/llvm-project/pull/111418

None

>From 82408427ce4c37dda28586972111d515da1afa91 Mon Sep 17 00:00:00 2001
From: Sterling Augustine <saugustine at google.com>
Date: Mon, 7 Oct 2024 11:45:48 -0700
Subject: [PATCH] [SandboxVectorizer][NFC] Remove unused include

---
 .../Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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