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
43d69ffa
Commit
43d69ffa
authored
Apr 26, 2010
by
Matthias Braun
Browse files
accidently enable debug code
[r27441]
parent
320595b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bechordal.c
View file @
43d69ffa
...
...
@@ -332,7 +332,7 @@ static ir_node *handle_constraints(be_chordal_alloc_env_t *alloc_env,
match_res = hungarian_solve(bp, assignment, &cost, 1);
assert(match_res == 0 && "matching failed");
#else
bipartite_dump_f
(
stderr
,
bp
);
/*
bipartite_dump_f(stderr, bp);
*/
bipartite_matching
(
bp
,
assignment
);
#endif
...
...
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