switch to SmallPtrSet instead of std::set, saving 1K from the
authorChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 05:12:14 +0000 (05:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 05:12:14 +0000 (05:12 +0000)
commit67aead68beae1fca4c53e92a1682364ba8cb497d
tree237365c04836bdc5750f48879373077f9fec30b7
parent14aae60b69e069c9a8ac805a9e46e215757b2efc
switch to SmallPtrSet instead of std::set, saving 1K from the
release-asserts .o file (72900->71856).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82364 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CommandLine.cpp