commit | 4c4e1ab26bfc9b3f9b3097ecd0643bc20d0e2f0d | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Tue Oct 09 21:53:07 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Oct 28 14:54:21 2012 +0100 |
tree | 0ad94dc491d8736027a09f15a089935dc2017271 | |
parent | 9c43b68de628a1e2cba556adfb71c17028eb802e [diff] |
tcg: improve tcg_reg_alloc_movi() Now that the liveness analysis might mark some output temps as dead, call temp_dead() if needed. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>