From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Li Subject: Re: [PATCH] unssa: track uses when replacing a phi node Date: Tue, 11 Aug 2009 02:16:02 -0700 Message-ID: <70318cbf0908110216w363b7e2cnccc59075a21d1888@mail.gmail.com> References: <200908091030.24138.kdudka@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-vw0-f172.google.com ([209.85.212.172]:51375 "EHLO mail-vw0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753727AbZHKMZX (ORCPT ); Tue, 11 Aug 2009 08:25:23 -0400 Received: by vws2 with SMTP id 2so3309138vws.4 for ; Tue, 11 Aug 2009 05:25:24 -0700 (PDT) In-Reply-To: <200908091030.24138.kdudka@redhat.com> Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Kamil Dudka Cc: sparse On Sun, Aug 9, 2009 at 1:30 AM, Kamil Dudka wrote: > Hello, > > attached are patch, testing input for test-unssa and its outputs before patch > and after patch. Thanks in advance for considering the patch! > > Kamil > Looks good to me. Thanks for the patch. Chris