From 2b8b9031f45e793657cebe93f5d90022d72b7dac Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 27 Mar 2014 11:33:11 +0000 Subject: [PATCH] SmallVector<3> may be used here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204915 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/IR/InstructionsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/IR/InstructionsTest.cpp b/unittests/IR/InstructionsTest.cpp index e04006508bd..5883e13c385 100644 --- a/unittests/IR/InstructionsTest.cpp +++ b/unittests/IR/InstructionsTest.cpp @@ -65,7 +65,7 @@ protected: LLVMContext Ctx; std::unique_ptr M; - std::vector FArgTypes; + SmallVector FArgTypes; Function *F; }; -- 2.34.1