Skip to content

Commit 81786b9

Browse files
committed
[RISCV][NFC] Remove unused variable
Remove unused variable in RISCVTargetLowering
1 parent 3bc3b1c commit 81786b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9618,7 +9618,6 @@ SDValue RISCVTargetLowering::lowerINSERT_VECTOR_ELT(SDValue Op,
96189618

96199619
// If we know the index we're going to insert at, we can shrink Vec so that
96209620
// we're performing the scalar inserts and slideup on a smaller LMUL.
9621-
MVT OrigContainerVT = ContainerVT;
96229621
SDValue OrigVec = Vec;
96239622
std::optional<unsigned> AlignedIdx;
96249623
if (auto *IdxC = dyn_cast<ConstantSDNode>(Idx)) {

0 commit comments

Comments
 (0)