Skip to content

Commit fbb8234

Browse files
[SandboxIR][NFC] Remove unused include (llvm#111422)
1 parent a8e1311 commit fbb8234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Transforms/Vectorize/SandboxVectorizer/SeedCollectorTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "llvm/Support/SourceMgr.h"
1414
#include "llvm/Testing/Support/SupportHelpers.h"
1515
#include "gtest/gtest.h"
16-
#include <span>
16+
1717
using namespace llvm;
1818

1919
struct SeedBundleTest : public testing::Test {

0 commit comments

Comments
 (0)