Add a missing std:: qualifier

llvm-svn: 4244
This commit is contained in:
Chris Lattner 2002-10-21 13:23:42 +00:00
parent 93533e511b
commit e4b24cc42c
1 changed files with 1 additions and 1 deletions

View File

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