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
9b70628e
Commit
9b70628e
authored
Oct 23, 2015
by
yb9976
Browse files
Remove wrong break to reach a global fix point.
parent
065c04e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/constbits.c
View file @
9b70628e
...
...
@@ -282,7 +282,8 @@ result_unknown_X:
bitinfo
*
const
b
=
get_bitinfo_recursive
(
pred_block
);
if
(
b
->
z
==
t
)
{
reachable
=
true
;
break
;
/* We need to iterate all operands to reach a global fix point.
* Thus, do not use a break here. */
}
}
...
...
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