Forgot to remove that print_expr.

This commit is contained in:
Bill Currie 2011-01-11 12:11:54 +09:00
parent 08bf7e24de
commit c787923c99
1 changed files with 0 additions and 1 deletions

View File

@ -2372,7 +2372,6 @@ incop_expr (int op, expr_t *e, int postop)
res = pointer_expr (address_expr (res, 0, 0));
append_expr (block, assign_expr (res, t2));
block->e.block.result = t1;
print_expr (block); puts("");
return block;
} else {
return asx_expr (op, e, one);