eliminate the duplicate detection loop, moving it into the loop that populates the...
authorChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 05:22:52 +0000 (05:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 05:22:52 +0000 (05:22 +0000)
commitd0062c6e7c870da1f5fa7e587be21aa8ac1188fb
treeee8db9dd2d45f38712e24dd5fc4ce33e3d7167ce
parent081bcb0d41f6300b92967b2758e0ba1f23e38462
eliminate the duplicate detection loop, moving it into the loop that populates the Opts vector in the first place.

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