From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9159 invoked by alias); 6 Aug 2007 14:23:27 -0000 Received: (qmail 8924 invoked by uid 22791); 6 Aug 2007 14:23:24 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.190) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 06 Aug 2007 14:23:20 +0000 Received: by nf-out-0910.google.com with SMTP id h3so371607nfh for ; Mon, 06 Aug 2007 07:23:18 -0700 (PDT) Received: by 10.82.170.2 with SMTP id s2mr5671809bue.1186410197623; Mon, 06 Aug 2007 07:23:17 -0700 (PDT) Received: from ?194.249.15.11? ( [194.249.15.11]) by mx.google.com with ESMTPS id 1sm6091509nfv.2007.08.06.07.23.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 06 Aug 2007 07:23:16 -0700 (PDT) Message-ID: <46B7131C.1020007@gmail.com> Date: Mon, 06 Aug 2007 14:23:00 -0000 From: Uros Bizjak User-Agent: Thunderbird 1.5.0.7 (X11/20061008) MIME-Version: 1.0 To: GCC Patches CC: "H. J. Lu" Subject: Re: PATCH: Speed up conditional expressions in i386.md Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-08/txt/msg00328.txt.bz2 Hello! > 2007-08-05 H.J. Lu > > * config/i386/i386.md: Check TARGET_ macros and optimize_size > before checking function returns in conditional expressions. This is OK for mainline. Thanks, Uros.