[llvm] 7084110 - X86ISelLowering.cpp - remove unused variable missed in #123617

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 09:22:11 PST 2025


Author: Simon Pilgrim
Date: 2025-01-20T17:21:40Z
New Revision: 7084110518f904192c2935327b884b17de00bee0

URL: https://github.com/llvm/llvm-project/commit/7084110518f904192c2935327b884b17de00bee0
DIFF: https://github.com/llvm/llvm-project/commit/7084110518f904192c2935327b884b17de00bee0.diff

LOG: X86ISelLowering.cpp - remove unused variable missed in #123617

Added: 
    

Modified: 
    llvm/lib/Target/X86/X86ISelLowering.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index d644dfa3ed3e34..87f3f7984989e1 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -29643,7 +29643,6 @@ SDValue X86TargetLowering::LowerWin64_i128OP(SDValue Op, SelectionDAG &DAG) cons
     Entry.Node = StackPtr;
     InChain =
         DAG.getStore(InChain, dl, Op->getOperand(i), StackPtr, MPI, Align(16));
-    Type *ArgTy = ArgVT.getTypeForEVT(*DAG.getContext());
     Entry.Ty = PointerType::get(*DAG.getContext(), 0);
     Entry.IsSExt = false;
     Entry.IsZExt = false;


        


More information about the llvm-commits mailing list