Remove dead variable.

llvm-svn: 1514
This commit is contained in:
Chris Lattner 2002-01-21 22:44:57 +00:00
parent a877de2ef2
commit 61c6aeb6fe
1 changed files with 0 additions and 1 deletions

View File

@ -1147,7 +1147,6 @@ GetInstructionsByRule(InstructionNode* subtreeRoot,
ReturnInst *returnInstr =
cast<ReturnInst>(subtreeRoot->getInstruction());
assert(returnInstr->getOpcode() == Instruction::Ret);
Method* method = returnInstr->getParent()->getParent();
Instruction* returnReg = new TmpInstruction(TMP_INSTRUCTION_OPCODE,
returnInstr, NULL);