Remove an unused variable. The call to getRoot has side-effects, so
authorDuncan Sands <baldrick@free.fr>
Wed, 30 Jun 2010 17:22:28 +0000 (17:22 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 30 Jun 2010 17:22:28 +0000 (17:22 +0000)
this could break something (but doesn't seem to).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107295 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

index 526f7742be00538e0b1f9b4a37ac64ad94c6c460..40995849238eec4dbf0f879ee6a2b83dd31fe2e2 100644 (file)
@@ -5899,7 +5899,6 @@ void SelectionDAGISel::LowerArguments(const BasicBlock *LLVMBB) {
   // If this is the entry block, emit arguments.
   const Function &F = *LLVMBB->getParent();
   SelectionDAG &DAG = SDB->DAG;
-  SDValue OldRoot = DAG.getRoot();
   DebugLoc dl = SDB->getCurDebugLoc();
   const TargetData *TD = TLI.getTargetData();
   SmallVector<ISD::InputArg, 16> Ins;