Use array_pod_sort instead of std::sort
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 16 Nov 2013 16:15:56 +0000 (16:15 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 16 Nov 2013 16:15:56 +0000 (16:15 +0000)
commit0fb32eb56aabb24950bbfecc927596a3fffabcb1
tree087ea42192ddfedf83f8b3490f9646fa86ca7ea0
parente9cdbf68e542bbb79597d6233dd2a339c89862a2
Use array_pod_sort instead of std::sort

Per Rafael's review of r194514.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194926 91177308-0d34-0410-b5e6-96231b3b80d8
lib/LTO/LTOCodeGenerator.cpp