SmallVector<3> may be used here.

llvm-svn: 204915
This commit is contained in:
NAKAMURA Takumi 2014-03-27 11:33:11 +00:00
parent be8556d17a
commit cce8a58202
1 changed files with 1 additions and 1 deletions

View File

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