change an std::sort to an array_pod_sort call, shrinking CommandLine.o by 9%.
authorChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 05:06:23 +0000 (05:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 05:06:23 +0000 (05:06 +0000)
commit14aae60b69e069c9a8ac805a9e46e215757b2efc
treef4d27d3cd7300e4e9b7c9cb51746cb01a3f02478
parentb168737a7479bc5c1cfdf62f8cc0f9ad652c2676
change an std::sort to an array_pod_sort call, shrinking CommandLine.o by 9%.

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