From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17499 invoked by alias); 14 Mar 2008 00:04:53 -0000 Received: (qmail 17488 invoked by uid 22791); 14 Mar 2008 00:04:52 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Mar 2008 00:04:34 +0000 Received: from zps75.corp.google.com (zps75.corp.google.com [172.25.146.75]) by smtp-out.google.com with ESMTP id m2E04QqA000773 for ; Fri, 14 Mar 2008 00:04:27 GMT Received: from fg-out-1718.google.com (fgae21.prod.google.com [10.86.56.21]) by zps75.corp.google.com with ESMTP id m2E040OV018472 for ; Thu, 13 Mar 2008 17:04:25 -0700 Received: by fg-out-1718.google.com with SMTP id e21so3113259fga.11 for ; Thu, 13 Mar 2008 17:04:25 -0700 (PDT) Received: by 10.86.84.5 with SMTP id h5mr2115938fgb.75.1205453064951; Thu, 13 Mar 2008 17:04:24 -0700 (PDT) Received: by 10.86.9.2 with HTTP; Thu, 13 Mar 2008 17:04:24 -0700 (PDT) Message-ID: Date: Fri, 14 Mar 2008 00:16:00 -0000 From: "Diego Novillo" To: "Oleg Ryjkov" Subject: Re: [tuples][patch] Removing gimplify_val Cc: gcc-patches@gcc.gnu.org In-Reply-To: <14be89990803131659i6f5e18c6hcdb62d81f2f7190d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <14be89990803131659i6f5e18c6hcdb62d81f2f7190d@mail.gmail.com> X-IsSubscribed: yes 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: 2008-03/txt/msg00855.txt.bz2 On Thu, Mar 13, 2008 at 16:59, Oleg Ryjkov wrote: > * tree-cfg.c (gimplify_val): Removed. > (gimplify_build1, gimplify_build2, gimplify_build3): Use > force_gimple_operand_gsi instead of gimplify_val. > * tree-complex.c (extract_component): Use force_gimple_operand_gsi > instead of gimplify_val. > * tree-vect-generic.c (expand_vector_parallel): Ditto. OK. Diego.