From 282ab384ebff1335450fa3073b1ad51846363adb Mon Sep 17 00:00:00 2001 From: Daniel Grund Date: Thu, 16 Mar 2006 09:33:52 +0000 Subject: [PATCH] Bugfix: Terminated comment at the right place :) --- ir/be/beifg_std.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/beifg_std.c b/ir/be/beifg_std.c index 8feeefada..6fe13610b 100644 --- a/ir/be/beifg_std.c +++ b/ir/be/beifg_std.c @@ -235,7 +235,7 @@ static INLINE int get_next_clique(cliques_iter_t *it) { int output_on_shrink = 0; struct list_head *head = get_block_border_head(it->cenv, it->blocks[it->blk]); - /* on entry to a new block set the first border ... + /* on entry to a new block set the first border ... */ if (!it->bor) it->bor = head->prev; @@ -284,7 +284,7 @@ static int ifg_std_cliques_begin(const void *self, void *iter, ir_node **buf) { const ifg_std_t *ifg = self; cliques_iter_t *it = iter; - ir_node *start_bl = get_irg_start_block(it->cenv->irg); + ir_node *start_bl = get_irg_start_block(ifg->env->irg); obstack_init(&it->ob); dom_tree_walk(start_bl, get_blocks_dom_order, NULL, it); -- 2.20.1