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
5cc462a3
Commit
5cc462a3
authored
Feb 15, 2007
by
Christian Würdig
Browse files
rebuild edges after backend transform phase
parent
516c377e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bemain.c
View file @
5cc462a3
...
...
@@ -527,7 +527,7 @@ static void be_main_loop(FILE *file_handle, const char *cup_name)
be_do_stat_nodes
(
irg
,
"03 Prepare"
);
/* Transformation may produce nodes only reachable via out edges, kill them. */
#if
0
#if
1
edges_deactivate
(
irg
);
edges_activate
(
irg
);
#endif
...
...
Write
Preview
Markdown
is supported
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