diff options
Diffstat (limited to 'src/gtkext')
-rw-r--r-- | src/gtkext/graph/cluster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/graph/cluster.c b/src/gtkext/graph/cluster.c index 88f008c..9bbfb34 100644 --- a/src/gtkext/graph/cluster.c +++ b/src/gtkext/graph/cluster.c @@ -864,7 +864,7 @@ static GGraphCluster *g_graph_cluster_find_lower_dest_cluster(const GGraphCluste for (j = 0; j < rank->count && result == NULL; j++) { - g_basic_block_get_boundary(rank->clusters[j]->block, &instr, NULL); + g_basic_block_get_boundaries(rank->clusters[j]->block, &instr, NULL); if (instr == first) result = rank->clusters[j]; |