Switch some vectors to smallvectors. This reduces amount of malloc'd
authorChris Lattner <sabre@nondot.org>
Fri, 6 Apr 2007 18:36:18 +0000 (18:36 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 6 Apr 2007 18:36:18 +0000 (18:36 +0000)
commit3b6078f584d856b3b0fb4dc3c4255502e605be1e
tree99963d9d11e947cfbaaf36ba9237b2158a23fb77
parentf6143ef556ed01311d2043d38421302479f7866c
Switch some vectors to smallvectors.  This reduces amount of malloc'd
memory that occurs before main starts from 5104 to 4864 bytes with a dummy
example app.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35698 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/CommandLine.h