the switch from std::map -> StringMap caused --help output to be in
authorChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 05:37:24 +0000 (05:37 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 05:37:24 +0000 (05:37 +0000)
commit0fd48b1f1ce923828460fe097faa968b3ea28cb7
tree38c39b9d4931ecf597a0a2741e047c9fad31c005
parentd0062c6e7c870da1f5fa7e587be21aa8ac1188fb
the switch from std::map -> StringMap caused --help output to be in
non-sorted order, restore the sort.

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