aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/MaximumSpanningTree.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/Instrumentation/MaximumSpanningTree.h')
-rw-r--r--lib/Transforms/Instrumentation/MaximumSpanningTree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/MaximumSpanningTree.h b/lib/Transforms/Instrumentation/MaximumSpanningTree.h
index 5ef8659..2343985 100644
--- a/lib/Transforms/Instrumentation/MaximumSpanningTree.h
+++ b/lib/Transforms/Instrumentation/MaximumSpanningTree.h
@@ -37,7 +37,7 @@ namespace llvm {
// special also all leaf edges of the MST are not included, this makes it
// easier for the OptimalEdgeProfileInstrumentation to use this MST to do
// an optimal profiling.
- MaximumSpanningTree(Function *F, ProfileInfo *PI, bool invert);
+ MaximumSpanningTree(std::vector<ProfileInfo::EdgeWeight>&);
virtual ~MaximumSpanningTree() {}
virtual MaxSpanTree::iterator begin();