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
4b230c15
Commit
4b230c15
authored
Sep 06, 2006
by
Adam Szalkowski
Browse files
please fix this to DBG(())
[r8175]
parent
5e42de22
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/irextbb2.c
View file @
4b230c15
...
@@ -210,12 +210,14 @@ void compute_extbb_execfreqs(ir_graph *irg, exec_freq_t *execfreqs) {
...
@@ -210,12 +210,14 @@ void compute_extbb_execfreqs(ir_graph *irg, exec_freq_t *execfreqs) {
block
=
nblock
;
block
=
nblock
;
}
}
#if 0
for(i = 0; i < len; ++i) {
for(i = 0; i < len; ++i) {
if(i > 0)
if(i > 0)
printf(", ");
printf(", ");
ir_printf("%+F", extbb->blks[i]);
ir_printf("%+F", extbb->blks[i]);
}
}
printf("\n");
printf("\n");
#endif
extbb
->
link
=
NULL
;
extbb
->
link
=
NULL
;
extbb
->
visited
=
0
;
extbb
->
visited
=
0
;
...
...
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