Skip to content

Commit c32e80c

Browse files
committed
Remove unnecessary code
1 parent aa92644 commit c32e80c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,6 @@ void AArch64DAGToDAGISel::SelectDestructiveMultiIntrinsic(SDNode *N,
19731973

19741974
SDLoc DL(N);
19751975
EVT VT = N->getValueType(0);
1976-
unsigned FirstVecIdx = HasPred ? 2 : 1;
19771976
SDUse *OpsIter = N->op_begin() + 1; // Skip intrinsic ID
19781977
SmallVector<SDValue, 4> Ops;
19791978

0 commit comments

Comments
 (0)