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
709f1100
Commit
709f1100
authored
Jul 21, 2010
by
yb9976
Browse files
Also print number of (possible) RM applications.
[r27770]
parent
e307849a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/becopypbqp.c
View file @
709f1100
...
...
@@ -270,6 +270,7 @@ static int co_solve_heuristic_pbqp(copy_opt_t *co)
printf
(
"Number of trivial solved nodes: %d
\n
"
,
pbqp_co
.
pbqp
->
num_r0
);
printf
(
"Number of R1 reductions : %d
\n
"
,
pbqp_co
.
pbqp
->
num_r1
);
printf
(
"Number of R2 reductions : %d
\n
"
,
pbqp_co
.
pbqp
->
num_r2
);
printf
(
"Number of RM reductions : %d
\n
"
,
pbqp_co
.
pbqp
->
num_rm
);
printf
(
"Number of RN reductions : %d
\n
"
,
pbqp_co
.
pbqp
->
num_rn
);
#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