Remove unused vector

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3143 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-07-30 02:52:40 +00:00
parent e902bda4ce
commit 67fcce2b19
2 changed files with 0 additions and 6 deletions

View File

@ -1,4 +1,3 @@
// $Id$ -*-c++-*-
//***************************************************************************
// File:
// InstrSelectionSupport.h
@ -40,8 +39,6 @@ InsertCodeToLoadConstant(Function *F,
vector<MachineInstr*>& loadConstVec,
TargetMachine& target)
{
vector<TmpInstruction*> tempVec;
// Create a tmp virtual register to hold the constant.
TmpInstruction* tmpReg = new TmpInstruction(opValue);
MachineCodeForInstruction &mcfi = MachineCodeForInstruction::get(vmInstr);

View File

@ -1,4 +1,3 @@
// $Id$ -*-c++-*-
//***************************************************************************
// File:
// InstrSelectionSupport.h
@ -40,8 +39,6 @@ InsertCodeToLoadConstant(Function *F,
vector<MachineInstr*>& loadConstVec,
TargetMachine& target)
{
vector<TmpInstruction*> tempVec;
// Create a tmp virtual register to hold the constant.
TmpInstruction* tmpReg = new TmpInstruction(opValue);
MachineCodeForInstruction &mcfi = MachineCodeForInstruction::get(vmInstr);