summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/InstructionsTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/IR/InstructionsTest.cpp')
-rw-r--r--llvm/unittests/IR/InstructionsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/IR/InstructionsTest.cpp b/llvm/unittests/IR/InstructionsTest.cpp
index e04006508bd..5883e13c385 100644
--- a/llvm/unittests/IR/InstructionsTest.cpp
+++ b/llvm/unittests/IR/InstructionsTest.cpp
@@ -65,7 +65,7 @@ protected:
LLVMContext Ctx;
std::unique_ptr<Module> M;
- std::vector<Type *> FArgTypes;
+ SmallVector<Type *, 3> FArgTypes;
Function *F;
};
OpenPOWER on IntegriCloud