Remove an unused variable.
authorDan Gohman <gohman@apple.com>
Fri, 30 May 2008 00:56:36 +0000 (00:56 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 30 May 2008 00:56:36 +0000 (00:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51721 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

index 3290311df2bb99d46529d4ba2166cd1e105c95c8..a6268e73400587c09b3c3033538dc99d76d14778 100644 (file)
@@ -1628,7 +1628,6 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
     // process, no libcalls can/will be inserted, guaranteeing that no calls
     // can overlap.
     assert(!IsLegalizingCall && "Inconsistent sequentialization of calls!");
-    SDOperand InCallSEQ = LastCALLSEQ_END;
     // Note that we are selecting this call!
     LastCALLSEQ_END = SDOperand(CallEnd, 0);
     IsLegalizingCall = true;