Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
deef1ba2
Commit
deef1ba2
authored
Dec 04, 2012
by
Matthias Braun
Browse files
remove more unused loop fields
parent
d6822bc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/irloop_t.h
View file @
deef1ba2
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment