fix Sub/Div swap / fix wrong order for prefix/lisp display
This commit is contained in:
2
best.c
2
best.c
@@ -61,7 +61,7 @@ int check_best(res, nops, node, values, ops)
|
||||
nbests=0;
|
||||
found=1;
|
||||
//return 1;
|
||||
}/* else if (diff == bestdiff && nops == bestops) {
|
||||
} /*else if (diff == bestdiff && nops == bestops) {
|
||||
# ifdef DEBUG_BEST
|
||||
printf("NEW BEST SOLUTION (%d): res=%d diff=%d nops=%d\n", nbests+1, res, diff, nops);
|
||||
print_node(node, TREE_TOP, 0, 0);
|
||||
|
Reference in New Issue
Block a user