Skip to content

Commit 1d89bf0

Browse files
committed
Linting
1 parent f1a7cc9 commit 1d89bf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/unittests/CodeGen/SelectionDAGPatternMatchTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ TEST_F(SelectionDAGPatternMatchTest, matchTernaryOp) {
203203
EXPECT_FALSE(sd_match(
204204
InsertSubvector,
205205
m_InsertSubvector(m_Specific(V2), m_Specific(V3), m_SpecificInt(3))));
206-
207206
}
208207

209208
TEST_F(SelectionDAGPatternMatchTest, matchBinaryOp) {

0 commit comments

Comments
 (0)