Skip to content

Commit 3f50393

Browse files
[SandboxVectorizer][NFC] Remove unused include (#111418)
1 parent adbc37d commit 3f50393

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Vectorize/SandboxVectorizer/SeedCollector.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- SeedCollection.cpp -0000000----------------------------------------===//
1+
//===- SeedCollector.cpp -0000000-----------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -15,7 +15,6 @@
1515
#include "llvm/SandboxIR/Instruction.h"
1616
#include "llvm/SandboxIR/Utils.h"
1717
#include "llvm/Support/Debug.h"
18-
#include <span>
1918

2019
using namespace llvm;
2120
namespace llvm::sandboxir {

0 commit comments

Comments
 (0)