Add a missing std:: qualifier
authorChris Lattner <sabre@nondot.org>
Mon, 21 Oct 2002 13:23:42 +0000 (13:23 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Oct 2002 13:23:42 +0000 (13:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4244 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/InstrSelectionSupport.h

index 3e48b12e64ef1733fe98d56e8a5e29c05ea0409c..b71e1c3ae33c54602006ef3bf6170cfe8f8c060d 100644 (file)
@@ -54,7 +54,7 @@ int64_t         GetConstantValueAsSignedInt     (const Value *V,
 //---------------------------------------------------------------------------
 
 Value*          GetMemInstArgs  (InstructionNode* memInstrNode,
-                                 vector<Value*>& idxVec,
+                                 std::vector<Value*>& idxVec,
                                  bool& allConstantIndices);