Remove dead variable.
authorChris Lattner <sabre@nondot.org>
Fri, 12 May 2006 17:31:21 +0000 (17:31 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 May 2006 17:31:21 +0000 (17:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28247 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/SparcISelDAGToDAG.cpp

index a910b3e0473e888bb7571cffb5b19858de99d0bd..123b86aa294778f81ca6053f2b554461ac8f0cea 100644 (file)
@@ -469,7 +469,6 @@ SparcTargetLowering::LowerCallTo(SDOperand Chain, const Type *RetTy,
                                  bool isVarArg, unsigned CC,
                                  bool isTailCall, SDOperand Callee, 
                                  ArgListTy &Args, SelectionDAG &DAG) {
-  MachineFunction &MF = DAG.getMachineFunction();
   // Count the size of the outgoing arguments.
   unsigned ArgsSize = 0;
   for (unsigned i = 0, e = Args.size(); i != e; ++i) {