From: Chris Lattner Date: Tue, 30 Jul 2002 02:52:40 +0000 (+0000) Subject: Remove unused vector X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=67fcce2b1968494d776f79413c216777c3f30d7e;p=oota-llvm.git Remove unused vector git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3143 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp b/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp index ffd070f4d90..91230230e3b 100644 --- a/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp +++ b/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp @@ -1,4 +1,3 @@ -// $Id$ -*-c++-*- //*************************************************************************** // File: // InstrSelectionSupport.h @@ -40,8 +39,6 @@ InsertCodeToLoadConstant(Function *F, vector& loadConstVec, TargetMachine& target) { - vector tempVec; - // Create a tmp virtual register to hold the constant. TmpInstruction* tmpReg = new TmpInstruction(opValue); MachineCodeForInstruction &mcfi = MachineCodeForInstruction::get(vmInstr); diff --git a/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp b/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp index ffd070f4d90..91230230e3b 100644 --- a/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp +++ b/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp @@ -1,4 +1,3 @@ -// $Id$ -*-c++-*- //*************************************************************************** // File: // InstrSelectionSupport.h @@ -40,8 +39,6 @@ InsertCodeToLoadConstant(Function *F, vector& loadConstVec, TargetMachine& target) { - vector tempVec; - // Create a tmp virtual register to hold the constant. TmpInstruction* tmpReg = new TmpInstruction(opValue); MachineCodeForInstruction &mcfi = MachineCodeForInstruction::get(vmInstr);