From 204c01d26daa54fbe300fbf6507c5a2adc9b1875 Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Tue, 2 May 2006 14:43:42 +0000 Subject: [PATCH] Adapted to changes in irphase.c [r7680] --- ir/ana/height.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ana/height.c b/ir/ana/height.c index b6e5adcb1..130b769db 100644 --- a/ir/ana/height.c +++ b/ir/ana/height.c @@ -123,7 +123,7 @@ int heights_reachable_in_block(heights_t *h, const ir_node *n, const ir_node *m) * @param irn The node. * @param bl The block. */ -static unsigned compute_height(heights_t *h, const ir_node *irn, const ir_node *bl) +static unsigned compute_height(heights_t *h, ir_node *irn, const ir_node *bl) { irn_height_t *ih = phase_get_or_set_irn_data(&h->ph, irn); int is_sink; -- 2.20.1