From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THJTi-0005DC-A4 for qemu-devel@nongnu.org; Thu, 27 Sep 2012 15:10:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THJTe-0007Il-3c for qemu-devel@nongnu.org; Thu, 27 Sep 2012 15:10:30 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:52225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THJTd-0007Ha-Sx for qemu-devel@nongnu.org; Thu, 27 Sep 2012 15:10:26 -0400 Received: by pbbrp2 with SMTP id rp2so4036661pbb.4 for ; Thu, 27 Sep 2012 12:10:24 -0700 (PDT) Sender: Richard Henderson Message-ID: <5064A49E.8050703@twiddle.net> Date: Thu, 27 Sep 2012 12:10:22 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1348766113-18373-1-git-send-email-aurelien@aurel32.net> <1348766113-18373-9-git-send-email-aurelien@aurel32.net> In-Reply-To: <1348766113-18373-9-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 08/13] tcg: always mark dead input arguments as dead List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 09/27/2012 10:15 AM, Aurelien Jarno wrote: > Always mark dead input arguments as dead, even if the op is at the basic > block end. This will allow to check that all temps are correctly saved. > > Signed-off-by: Aurelien Jarno Reviewed-by: Richard Henderson r~