Skip to content

Commit df90470

Browse files
author
Aidan
committed
remove extra mask
1 parent 75ba05b commit df90470

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
@@ -126,7 +126,6 @@ TEST_F(SelectionDAGPatternMatchTest, matchVecShuffle) {
126126
const std::array<int, 4> MaskData = {2, 0, 3, 1};
127127
const std::array<int, 4> OtherMaskData = {1, 2, 3, 4};
128128
ArrayRef<int> Mask;
129-
ArrayRef<int> OtherMask;
130129

131130
SDValue V0 = DAG->getCopyFromReg(DAG->getEntryNode(), DL, 1, VInt32VT);
132131
SDValue V1 = DAG->getCopyFromReg(DAG->getEntryNode(), DL, 2, VInt32VT);

0 commit comments

Comments
 (0)