define array_pod_sort in terms of operator< instead of my brain
authorChris Lattner <sabre@nondot.org>
Mon, 1 Dec 2008 16:50:01 +0000 (16:50 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Dec 2008 16:50:01 +0000 (16:50 +0000)
commit545fc87454aabbc8ef8720811ab5dbd5588b537b
treece9d3404f04d2a3615120100ef0db3097ecc3925
parentaaffa05d0a652dd3eae76a941d02d6b0469fa821
define array_pod_sort in terms of operator< instead of my brain
damaged approximation.  This should fix it on big endian platforms
and on 64-bit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60352 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/STLExtras.h