summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSelection
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
commit05e148710e65b9e4fc80890b3e3b4a47b6e9e1ad (patch)
tree9947b165f2528959033f82d022f1f00b74c4a315 /llvm/lib/CodeGen/InstrSelection
parented37856e69b90990a276f267bb00770bd1c92248 (diff)
downloadbcm5719-llvm-05e148710e65b9e4fc80890b3e3b4a47b6e9e1ad.tar.gz
bcm5719-llvm-05e148710e65b9e4fc80890b3e3b4a47b6e9e1ad.zip
Remove unused vector
llvm-svn: 3143
Diffstat (limited to 'llvm/lib/CodeGen/InstrSelection')
-rw-r--r--llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp b/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
index ffd070f4d90..91230230e3b 100644
--- a/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud