From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16452 invoked by alias); 11 Oct 2016 10:30:03 -0000 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 Received: (qmail 15087 invoked by uid 89); 11 Oct 2016 10:30:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:357 X-HELO: mail-qk0-f176.google.com Received: from mail-qk0-f176.google.com (HELO mail-qk0-f176.google.com) (209.85.220.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Oct 2016 10:29:52 +0000 Received: by mail-qk0-f176.google.com with SMTP id o68so25126633qkf.3 for ; Tue, 11 Oct 2016 03:29:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=YyCf46DSAII91ftRvaiWv3ZbQrqBuXJtcamZewRCxuo=; b=MByTHJwjGhhKv2/bpx45gfdfIvfihdg7KUs81Ev77cdq5DVmjtWjExvZSQcvSA2js/ uun5HxURSUkwFPD+gvo/Wv2luIHOruoXqUDclA1pm+0yzy0BB80piPWHUXBHcefmKHOV aUEk2eaE3DmgqaPuGcQ814G3KCYYh4muLg5VJ/IQPnvKOSaHHvwqtgE6NZyXPRYjfMW1 trMaNjvvwYJeMtmpjMaKoah7mA04Z4vdYmzeXM1JKWbUXqQn2v7ZQnSaI+XqF1FLwpGG 4Byi05i1DIZvnVzlD7OFjawZh+YN5UXzZwwI2jzjufkihVj7to1TzqDBhyYXGnmRWU+S RNAg== X-Gm-Message-State: AA6/9RlShKRCA7kG3sugLU4vi/Lb79pEXwnUBShZ7nHpvxFChDm0FbODRsFTVrTz5mJvWTb2E2OUPw0DQQdXfQ== X-Received: by 10.194.123.5 with SMTP id lw5mr4059638wjb.174.1476181790198; Tue, 11 Oct 2016 03:29:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.155.146 with HTTP; Tue, 11 Oct 2016 03:29:49 -0700 (PDT) In-Reply-To: References: <678ff58e-4aa3-6145-f56b-780bf618338c@suse.cz> From: Richard Biener Date: Tue, 11 Oct 2016 10:30:00 -0000 Message-ID: Subject: Re: [PATCH] Add a helper function: create_tmp To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: GCC Patches Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00703.txt.bz2 On Tue, Oct 11, 2016 at 11:28 AM, Martin Li=C5=A1ka wrote: > Following patch is a small infrastructure enhancement > in gimple-fold.c. > > Tests of the whole series have been running. Sorry to be picky, but can you rename it to create_reg_tmp? Ok with that change. RIchard. > Thanks, > Martin