]> git.proxmox.com Git - qemu.git/commit
tcg: mark dead output argument in op_dead_args
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 17 May 2011 16:25:45 +0000 (18:25 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 23 May 2011 20:38:13 +0000 (22:38 +0200)
commit6b64b624cde336f3df1146483e7858f5fa814f95
treea42075d9cf0489db4a06fc135b9f53f3cc368886
parent866cb6cb21b91809f3f5c49c7c4268573552a108
tcg: mark dead output argument in op_dead_args

If an op is not removed and has dead output arguments, mark it
in op_dead_args similarly to what is done for input arguments.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/tcg.c