aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-30 02:52:40 +0000
committerChris Lattner <sabre@nondot.org>2002-07-30 02:52:40 +0000
commit67fcce2b1968494d776f79413c216777c3f30d7e (patch)
treedc831930a1b5237b73a5b7cd36208757383808ad /lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
parente902bda4ce1e56343a1c82feb591d3cd03adb44b (diff)
Remove unused vector
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3143 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp')
-rw-r--r--lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp b/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
index ffd070f4d9..91230230e3 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<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);