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
00602b2a
Commit
00602b2a
authored
Sep 06, 2006
by
Matthias Braun
Browse files
fix endless loop for some execfreqs
[r8185]
parent
eaee22dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/irextbb2.c
View file @
00602b2a
...
...
@@ -130,6 +130,9 @@ static void pick_successor(ir_node *block, ir_extblk *extblk, env_t *env)
ir_node
*
succ
=
get_edge_src_irn
(
edge
);
double
execfreq
;
if
(
irn_visited
(
succ
))
continue
;
if
(
get_Block_n_cfgpreds
(
succ
)
>
1
)
{
create_extblk
(
succ
,
env
);
continue
;
...
...
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