From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9056 invoked by alias); 8 Oct 2004 23:28:05 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 9044 invoked from network); 8 Oct 2004 23:28:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 8 Oct 2004 23:28:03 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i98NRw87015443 for ; Fri, 8 Oct 2004 19:28:03 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i98NRwr21300; Fri, 8 Oct 2004 19:27:58 -0400 Received: from [127.0.0.1] (vpn50-9.rdu.redhat.com [172.16.50.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i98NRvbU015058; Fri, 8 Oct 2004 19:27:57 -0400 Subject: Re: [PATCH] Fix PR tree-optimization/17724 From: Diego Novillo To: Jakub Jelinek Cc: Richard Henderson , "gcc-patches@gcc.gnu.org" In-Reply-To: <20041007200445.GN31909@devserv.devel.redhat.com> References: <20041007200445.GN31909@devserv.devel.redhat.com> Content-Type: text/plain Organization: Red Hat Canada Message-Id: <1097278087.1021.8.camel@localhost.localdomain> Mime-Version: 1.0 Date: Fri, 08 Oct 2004 23:48:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00795.txt.bz2 On Thu, 2004-10-07 at 16:04, Jakub Jelinek wrote: > The third one recomputes dominators (and post-dominators) of neighbours > of unreachable basic blocks after they are deleted by > delete_unreachable_blocks. > I like this one. It looks OK and safe, so let's go with it. Thanks. Diego.