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
6eb6226f
Commit
6eb6226f
authored
Jul 18, 2010
by
yb9976
Browse files
Adapt to r27653.
[r27757]
parent
d7925741
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bepbqpcoloring.c
View file @
6eb6226f
...
...
@@ -34,6 +34,7 @@
#include "error.h"
#include "irdom.h"
#include "irdump.h"
#include "iredges_t.h"
#include "irprintf.h"
#include "irgwalk.h"
...
...
@@ -533,7 +534,7 @@ static void be_pbqp_coloring(be_chordal_env_t *env)
if
(
env
->
opts
->
dump_flags
&
BE_CH_DUMP_CONSTR
)
{
char
buf
[
256
];
snprintf
(
buf
,
sizeof
(
buf
),
"-%s-constr"
,
cls
->
name
);
be_
dump
(
irg
,
buf
,
dump_ir_block_graph_sched
);
dump
_ir_graph
(
irg
,
buf
);
}
...
...
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