Converted MaximumSpanningTree algorithm to a generic template, this could go
authorAndreas Neustifter <astifter-llvm@gmx.at>
Fri, 4 Sep 2009 12:34:44 +0000 (12:34 +0000)
committerAndreas Neustifter <astifter-llvm@gmx.at>
Fri, 4 Sep 2009 12:34:44 +0000 (12:34 +0000)
commited1ac4ae8eadb907ec6a41bb74cae1777a4e28d2
tree9ceb7513e74ec9a45f565cac05396d485da9380b
parent859fff476dfe8d83abdf4621b1d20062c0daa85c
Converted MaximumSpanningTree algorithm to a generic template, this could go
into llvm/ADT.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81001 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/MaximumSpanningTree.cpp [deleted file]
lib/Transforms/Instrumentation/MaximumSpanningTree.h
lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp