From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8821 invoked by alias); 14 Apr 2007 18:56:48 -0000 Received: (qmail 8813 invoked by uid 22791); 14 Apr 2007 18:56:48 -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; Sat, 14 Apr 2007 19:56:46 +0100 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 29025) id 95BE0C7C1B; Sat, 14 Apr 2007 20:56:44 +0200 (CEST) Date: Sat, 14 Apr 2007 19:32: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 3/5 Message-ID: <20070414185644.GD16263@atrey.karlin.mff.cuni.cz> References: <20070412121122.GA8089@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/msg00868.txt.bz2 Hello, > So I'll leave the first assert in, remove the second assert, and fix the > ChangeLog entry to "Remove a no longer relavant assert"? OK. Zdenek