From deef1ba2bff13ea7106e1975b06df409db6b800c Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 4 Dec 2012 01:28:44 +0100 Subject: [PATCH] remove more unused loop fields --- ir/ana/irloop_t.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ir/ana/irloop_t.h b/ir/ana/irloop_t.h index 472a8bd6f..da84acfae 100644 --- a/ir/ana/irloop_t.h +++ b/ir/ana/irloop_t.h @@ -49,11 +49,6 @@ struct ir_loop { unsigned depth; /**< Nesting depth */ struct ir_loop *outer_loop; /**< The outer loop */ loop_element *children; /**< Mixed flexible array: Contains sons and loop_nodes */ - ir_tarval *loop_iter_start; /**< counting loop: the start value */ - ir_tarval *loop_iter_end; /**< counting loop: the last value reached */ - ir_tarval *loop_iter_increment; /**< counting loop: the increment */ - ir_node *loop_iter_variable; /**< The iteration variable of counting loop.*/ - void *link; /**< link field. */ #ifdef DEBUG_libfirm long loop_nr; /**< A unique node number for each loop node to make output -- 2.20.1