commit | b3a1be87bac3a6aaa59bb88c1410f170dc9b22d5 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Wed Oct 31 00:50:15 2012 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Oct 31 22:20:45 2012 +0100 |
tree | 23e0acd4a0d8f5fd8799e38b2205f019b28c00a3 | |
parent | e1e1b25c97632cf68d6a11e20f8068282e3d7915 [diff] |
tcg: don't remove op if output needs to be synced to memory Commit 9c43b68de628a1e2cba556adfb71c17028eb802e do not correctly check for dead outputs when they need to be synced to memory in case of half-dead operations. Fix that by applying the same pattern than for the default case. Tested-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>