SmallVector<3> may be used here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204915 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-03-27 11:33:11 +00:00
parent da56c39758
commit 2b8b9031f4

View File

@ -65,7 +65,7 @@ protected:
LLVMContext Ctx;
std::unique_ptr<Module> M;
std::vector<Type *> FArgTypes;
SmallVector<Type *, 3> FArgTypes;
Function *F;
};