added std:: to vector
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9Internals.h
index c5047f96a570c441b5f4b2c12666aa39d18d96f7..92c938ece0b45b7d21f173d6071025796ca71c5a 100644 (file)
@@ -485,8 +485,8 @@ public:
 
   // This method inserts the caller saving code for call instructions
   //
-  void insertCallerSavingCode(vector<MachineInstr*>& instrnsBefore,
-                              vector<MachineInstr*>& instrnsAfter,
+  void insertCallerSavingCode(std::vector<MachineInstr*>& instrnsBefore,
+                              std::vector<MachineInstr*>& instrnsAfter,
                               MachineInstr *MInst, 
                              const BasicBlock *BB, PhyRegAlloc &PRA ) const;
 };