OSDN Git Service

Sort edges in MaximumSpanningTree more stable in case of equal weight.
authorAndreas Neustifter <astifter-llvm@gmx.at>
Wed, 2 Sep 2009 14:03:11 +0000 (14:03 +0000)
committerAndreas Neustifter <astifter-llvm@gmx.at>
Wed, 2 Sep 2009 14:03:11 +0000 (14:03 +0000)
commit2252d481d66ddc3462acbd7473d9a1d4702b64ee
tree48673033ddd3f10d9e64139f6876a9bd89396086
parent8f123b85c63c35d9838d971cd9e62cc8c8082dd5
Sort edges in MaximumSpanningTree more stable in case of equal weight.
(See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090824/085890.html)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80789 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/MaximumSpanningTree.cpp