SmallVector<3> may be used here.
[oota-llvm.git] / 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;
 };