From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2018 invoked by alias); 12 Apr 2007 12:17:20 -0000 Received: (qmail 2010 invoked by uid 22791); 12 Apr 2007 12:17:20 -0000 X-Spam-Check-By: sourceware.org Received: from atrey.karlin.mff.cuni.cz (HELO atrey.karlin.mff.cuni.cz) (195.113.31.123) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 12 Apr 2007 13:17:18 +0100 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 29025) id D8CA0C7DFA; Thu, 12 Apr 2007 14:17:16 +0200 (CEST) Date: Thu, 12 Apr 2007 12:17:00 -0000 From: Zdenek Dvorak To: Dorit Nuzman Cc: gcc-patches@gcc.gnu.org Subject: Re: [patch] vectorizer cleanups (and prep for outer-loop vectorization) - part 4/5 Message-ID: <20070412121716.GB8089@atrey.karlin.mff.cuni.cz> References: <20070402094812.GA12138@atrey.karlin.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-04/txt/msg00641.txt.bz2 Hello, > * tree-vect-transform.c (get_initial_def_for_reduction): Clean away > the unused code for reduction without adjust-in-epilog to simplify > the > function. OK. Zdenek