SmallVector<3> may be used here.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 27 Mar 2014 11:33:11 +0000 (11:33 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 27 Mar 2014 11:33:11 +0000 (11:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204915 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/IR/InstructionsTest.cpp

index e04006508bdf859aae787a9e22ce5f39cb1b3c01..5883e13c385492fe82ed5ec60c6074b2e74f680c 100644 (file)
@@ -65,7 +65,7 @@ protected:
 
   LLVMContext Ctx;
   std::unique_ptr<Module> M;
-  std::vector<Type *> FArgTypes;
+  SmallVector<Type *, 3> FArgTypes;
   Function *F;
 };