avoid needless register save when storing structures
commitc0620c8a00f760765da802dc11e4863193e357e8
authorbobbl <bobbl@gmx.de>
Mon, 30 Nov 2009 18:33:44 +0000 (30 19:33 +0100)
committergrischka <grischka>
Tue, 1 Dec 2009 16:59:30 +0000 (1 17:59 +0100)
tree017f9a3cb68f4399044d485a74f506abcaead5a5
parentb573072300e4d49dbd6fa883859e8dcaee594557
avoid needless register save when storing structures

When storing structs with a memcpy call in vstore(),
so far a needless entry remaining on the vstack
sometimes resulted in an useless store generated by
save_regs() in gfunc_call() for the memcpy routine.
tccgen.c