summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-12 17:31:21 +0000
committerChris Lattner <sabre@nondot.org>2006-05-12 17:31:21 +0000
commit9cd2ef34e641508459b525708e603521a7ee3cb2 (patch)
treee367444b30148b8be6f409cb74f25c6a4bc17525 /llvm/lib/Target/Sparc
parent36d256f17080252a2d0293f9f526c6f3aa2d31fa (diff)
downloadbcm5719-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.cpp1
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) {
OpenPOWER on IntegriCloud