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
b43a4e26
Commit
b43a4e26
authored
Sep 09, 2008
by
Michael Beck
Browse files
checked in "too much"
[r21782]
parent
ced4105e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beverify.c
View file @
b43a4e26
...
...
@@ -939,7 +939,6 @@ static void set_reachable(ir_node *node, void* data)
int
be_verify_out_edges
(
ir_graph
*
irg
)
{
verify_out_dead_nodes_env
env
;
return
1
;
env
.
irg
=
irg
;
env
.
reachable
=
bitset_alloca
(
get_irg_last_idx
(
irg
));
env
.
problem_found
=
edges_verify
(
irg
);
...
...
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