Use stable_sort instead of plain sort to avoid the risk of generating
authorDan Gohman <gohman@apple.com>
Wed, 6 May 2009 22:54:33 +0000 (22:54 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 6 May 2009 22:54:33 +0000 (22:54 +0000)
commit0a8eb57c3d57a79f382b8db32059ea3689f7a076
treef6d93e5550eedd78a56050a78693a577aed32c4b
parent3f500d935884332f23e9a1a10689aef12e332f9e
Use stable_sort instead of plain sort to avoid the risk of generating
trivially different code on different hosts (due to differing
std::sort implementations).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71124 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp