commit | 66e61b55f158ef5628e4c056dd2f233c9351a3f5 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Wed May 08 22:36:39 2013 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Thu May 09 16:14:58 2013 +0200 |
tree | 6db143a8c30e4b43c91d629be686d1686c240a97 | |
parent | 47ec15cdd44877e553ed0bd0a16aea8a295dad62 [diff] |
tcg/optimize: fix setcond2 optimization When setcond2 is rewritten into setcond, the state of the destination temp should be reset, so that a copy of the previous value is not used instead of the result. Reported-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>