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
bd4772a8
Commit
bd4772a8
authored
Apr 24, 2014
by
Matthias Braun
Browse files
attempt to fix fehler219
parent
593b8fbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/jumpthreading.c
View file @
bd4772a8
...
...
@@ -411,6 +411,8 @@ static ir_node *find_const_or_confirm(jumpthreading_env_t *env, ir_node *jump,
ir_node
*
jmp
=
new_rd_Jmp
(
dbgi
,
get_nodes_block
(
jump
));
exchange
(
jump
,
jmp
);
}
/* we need a bigger visited nr when going back */
env
->
visited_nr
++
;
return
block
;
}
if
(
evaluated
<=
0
)
...
...
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