commit | cce8a58202687bd8acfa5cf7091ffd7cf168e98c | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Thu Mar 27 11:33:11 2014 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Thu Mar 27 11:33:11 2014 +0000 |
tree | 9c6fa059b088baab031c0b6e2e4b85dc774e0b09 | |
parent | be8556d17ab05968846eed2970d19d276ab8255d [diff] [blame] |
SmallVector<3> may be used here. llvm-svn: 204915
diff --git a/llvm/unittests/IR/InstructionsTest.cpp b/llvm/unittests/IR/InstructionsTest.cpp index e040065..5883e13 100644 --- a/llvm/unittests/IR/InstructionsTest.cpp +++ b/llvm/unittests/IR/InstructionsTest.cpp
@@ -65,7 +65,7 @@ LLVMContext Ctx; std::unique_ptr<Module> M; - std::vector<Type *> FArgTypes; + SmallVector<Type *, 3> FArgTypes; Function *F; };