Skip to content

Commit 350d538

Browse files
author
Aidan
committed
remove space
1 parent e9987c6 commit 350d538

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
@@ -140,7 +140,6 @@ TEST_F(SelectionDAGPatternMatchTest, matchVecShuffle) {
140140
EXPECT_FALSE(
141141
sd_match(VecShuffleWithMask,
142142
m_ShuffleSpecificMask(m_Value(), m_Value(), otherMaskData)));
143-
144143
EXPECT_TRUE(std::equal(MaskData.begin(), MaskData.end(), CapturedMask.begin(),
145144
CapturedMask.end()));
146145
EXPECT_FALSE(std::equal(otherMaskData.begin(), otherMaskData.end(),

0 commit comments

Comments
 (0)