diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-30 02:52:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-30 02:52:40 +0000 |
commit | 67fcce2b1968494d776f79413c216777c3f30d7e (patch) | |
tree | dc831930a1b5237b73a5b7cd36208757383808ad /lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp | |
parent | e902bda4ce1e56343a1c82feb591d3cd03adb44b (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.cpp | 3 |
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); |