From d4b051135c0f4f3a81d82dc7578ed8f776a348ea Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 21 Jan 2002 22:44:57 +0000 Subject: [PATCH] Remove dead variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1514 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9InstrSelection.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/SparcV9/SparcV9InstrSelection.cpp b/lib/Target/SparcV9/SparcV9InstrSelection.cpp index c20c65a5cea..91792a40762 100644 --- a/lib/Target/SparcV9/SparcV9InstrSelection.cpp +++ b/lib/Target/SparcV9/SparcV9InstrSelection.cpp @@ -1147,7 +1147,6 @@ GetInstructionsByRule(InstructionNode* subtreeRoot, ReturnInst *returnInstr = cast(subtreeRoot->getInstruction()); assert(returnInstr->getOpcode() == Instruction::Ret); - Method* method = returnInstr->getParent()->getParent(); Instruction* returnReg = new TmpInstruction(TMP_INSTRUCTION_OPCODE, returnInstr, NULL);