From: NAKAMURA Takumi Date: Thu, 27 Mar 2014 11:33:11 +0000 (+0000) Subject: SmallVector<3> may be used here. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2b8b9031f45e793657cebe93f5d90022d72b7dac;p=oota-llvm.git SmallVector<3> may be used here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204915 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; };