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 | 05e148710e65b9e4fc80890b3e3b4a47b6e9e1ad (patch) | |
| tree | 9947b165f2528959033f82d022f1f00b74c4a315 /llvm/lib/CodeGen/InstrSelection | |
| parent | ed37856e69b90990a276f267bb00770bd1c92248 (diff) | |
| download | bcm5719-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.cpp | 3 |
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); |

