diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-05-12 17:31:21 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-05-12 17:31:21 +0000 |
| commit | 9cd2ef34e641508459b525708e603521a7ee3cb2 (patch) | |
| tree | e367444b30148b8be6f409cb74f25c6a4bc17525 /llvm/lib/Target/Sparc | |
| parent | 36d256f17080252a2d0293f9f526c6f3aa2d31fa (diff) | |
| download | bcm5719-llvm-9cd2ef34e641508459b525708e603521a7ee3cb2.tar.gz bcm5719-llvm-9cd2ef34e641508459b525708e603521a7ee3cb2.zip | |
Remove dead variable.
llvm-svn: 28247
Diffstat (limited to 'llvm/lib/Target/Sparc')
| -rw-r--r-- | llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp b/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp index a910b3e0473..123b86aa294 100644 --- a/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp +++ b/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp @@ -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) { |

