diff options
Diffstat (limited to 'lib/Transforms/Instrumentation/MaximumSpanningTree.h')
-rw-r--r-- | lib/Transforms/Instrumentation/MaximumSpanningTree.h | 2 |
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(); |