From e6b6bae536a382ca76c738275b82c73b026cd6bf Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 27 Jun 2008 00:56:36 +0000 Subject: - Remove a use of std::vector. - Make sure that we're not recalculating the size of a vector that never changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52803 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineModuleInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/CodeGen/MachineModuleInfo.h') diff --git a/include/llvm/CodeGen/MachineModuleInfo.h b/include/llvm/CodeGen/MachineModuleInfo.h index 5b27da1f9a..748dfd68ce 100644 --- a/include/llvm/CodeGen/MachineModuleInfo.h +++ b/include/llvm/CodeGen/MachineModuleInfo.h @@ -591,7 +591,7 @@ public: /// getFilterIDFor - Return the id of the filter encoded by TyIds. This is /// function wide. - int getFilterIDFor(std::vector &TyIds); + int getFilterIDFor(SmallVectorImpl &TyIds); /// TidyLandingPads - Remap landing pad labels and remove any deleted landing /// pads. -- cgit v1.2.3-18-g5258