Skip to content
Snippets Groups Projects
Commit cce8a582 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

SmallVector<3> may be used here.

llvm-svn: 204915
parent be8556d1
No related merge requests found
......@@ -65,7 +65,7 @@ protected:
LLVMContext Ctx;
std::unique_ptr<Module> M;
std::vector<Type *> FArgTypes;
SmallVector<Type *, 3> FArgTypes;
Function *F;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment