From 5102c0d3a0a92375cfcb8f635b46c2866a889c9d Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Wed, 31 Mar 2010 07:25:48 +0000 Subject: [PATCH] ir_node already has a loop field [r27332] --- ir/ana/irloop_t.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ir/ana/irloop_t.h b/ir/ana/irloop_t.h index 04ee7e37d..d66bc0a48 100644 --- a/ir/ana/irloop_t.h +++ b/ir/ana/irloop_t.h @@ -59,9 +59,6 @@ typedef enum loop_flags { * the loop within the nesting. Further it contains a list of the * loops with nesting depth -1. Finally it contains a list of all * nodes in the loop. - * - * @todo We could add a field pointing from a node to the containing loop, - * this would cost a lot of memory, though. */ struct ir_loop { firm_kind kind; /**< A type tag, set to k_ir_loop. */ -- 2.20.1