Remove unused vector
authorChris Lattner <sabre@nondot.org>
Tue, 30 Jul 2002 02:52:40 +0000 (02:52 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Jul 2002 02:52:40 +0000 (02:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3143 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp

index ffd070f4d906e1ced8b5d6a7819f619e8562a2f5..91230230e3b9d41ffd78c5856a20910174a09655 100644 (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);
index ffd070f4d906e1ced8b5d6a7819f619e8562a2f5..91230230e3b9d41ffd78c5856a20910174a09655 100644 (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);