From: Chris Lattner Date: Mon, 21 Oct 2002 13:23:42 +0000 (+0000) Subject: Add a missing std:: qualifier X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c5819944a2ea821ceee2aa1025ee40a0726040a7;p=oota-llvm.git Add a missing std:: qualifier git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4244 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/InstrSelectionSupport.h b/include/llvm/CodeGen/InstrSelectionSupport.h index 3e48b12e64e..b71e1c3ae33 100644 --- a/include/llvm/CodeGen/InstrSelectionSupport.h +++ b/include/llvm/CodeGen/InstrSelectionSupport.h @@ -54,7 +54,7 @@ int64_t GetConstantValueAsSignedInt (const Value *V, //--------------------------------------------------------------------------- Value* GetMemInstArgs (InstructionNode* memInstrNode, - vector& idxVec, + std::vector& idxVec, bool& allConstantIndices);