commit | 1ad80729bea3d8ed1b67b457af44cbf9bbd8c3ec | [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 | 30495a7668f12d824d369e7e36b706c44985f1f1 | |
parent | 7f6ceedf9c5da96ee2b1fe42573b781243bc2828 [diff] |
tcg: add temp_sync() Add a new function temp_sync() to synchronize the canonical location of a temp with the value in the corresponding register, but without freeing the associated register. Rewrite temp_save() to call temp_sync() followed by temp_dead(). Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>