commit | 639368dd685f89b0567b56304c62937ad0ef8248 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Tue Oct 09 21:53:06 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Oct 28 14:54:21 2012 +0100 |
tree | 40329ef7912237905a7fa4d01f9648cd174ff716 | |
parent | 17b914912d6175a5405d472832d6eba6187b6beb [diff] |
tcg: add temp_dead() A lot of code is duplicated to mark a temporary as dead. Replace it by temp_dead(), which in addition marks the temp as saved in memory for globals and local temps, instead of doing this a posteriori in temp_save(). Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>