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
220d7f08
Commit
220d7f08
authored
Dec 04, 2012
by
Matthias Braun
Browse files
remove more unused loop stuff
parent
a3a3025c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/irscc.c
View file @
220d7f08
...
...
@@ -56,14 +56,6 @@ static int current_dfn = 1;
static
unsigned
max_loop_depth
=
0
;
void
link_to_reg_end
(
ir_node
*
n
,
void
*
env
);
void
set_projx_link
(
ir_node
*
cb_projx
,
ir_node
*
end_projx
);
ir_node
*
get_projx_link
(
ir_node
*
cb_projx
);
/**********************************************************************/
/* Node attributes **/
/**********************************************************************/
/**********************************************************************/
/* Node attributes needed for the construction. **/
/**********************************************************************/
...
...
@@ -345,9 +337,6 @@ static inline void init_scc(ir_graph *irg, struct obstack *obst)
{
init_scc_common
();
irg_walk_graph
(
irg
,
init_node
,
NULL
,
obst
);
/*
irg_walk (irg, link_to_reg_end, NULL, NULL);
*/
}
static
inline
void
finish_scc
(
void
)
...
...
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