Skip to content

Commit 7084110

Browse files
committed
X86ISelLowering.cpp - remove unused variable missed in #123617
1 parent 8ff195c commit 7084110

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29643,7 +29643,6 @@ SDValue X86TargetLowering::LowerWin64_i128OP(SDValue Op, SelectionDAG &DAG) cons
2964329643
Entry.Node = StackPtr;
2964429644
InChain =
2964529645
DAG.getStore(InChain, dl, Op->getOperand(i), StackPtr, MPI, Align(16));
29646-
Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
2964729646
Entry.Ty = PointerType::get(*DAG.getContext(), 0);
2964829647
Entry.IsSExt = false;
2964929648
Entry.IsZExt = false;

0 commit comments

Comments
 (0)