Reduce the generation of machine code for x86_64, Less of size

This commit is contained in:
jiang
2014-04-29 23:57:22 +08:00
parent 2a8905c93b
commit 515169f21b
3 changed files with 244 additions and 251 deletions

View File

@ -909,8 +909,9 @@ ST_FUNC int gv(int rc)
/* one register type load */
load(r, vtop);
}
vtop->r = r;
vtop->c.ptr_offset = 0;
}
vtop->r = r;
#ifdef TCC_TARGET_C67
/* uses register pairs for doubles */
if ((vtop->type.t & VT_BTYPE) == VT_DOUBLE)