From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112569 invoked by alias); 24 Sep 2015 15:56:59 -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 112551 invoked by uid 89); 24 Sep 2015 15:56:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f41.google.com Received: from mail-la0-f41.google.com (HELO mail-la0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 24 Sep 2015 15:56:57 +0000 Received: by lacao8 with SMTP id ao8so68751547lac.3 for ; Thu, 24 Sep 2015 08:56:53 -0700 (PDT) X-Received: by 10.112.51.142 with SMTP id k14mr117821lbo.76.1443110213285; Thu, 24 Sep 2015 08:56:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.169.85 with HTTP; Thu, 24 Sep 2015 08:56:13 -0700 (PDT) In-Reply-To: References: From: Steven Bosscher Date: Thu, 24 Sep 2015 16:12:00 -0000 Message-ID: Subject: Re: [PATCH 1/4] bb-reorder: Split out STC To: Segher Boessenkool Cc: GCC Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg01876.txt.bz2 On Thu, Sep 24, 2015 at 12:06 AM, Segher Boessenkool wrote: > This first patch simply factors code a little bit. > > > 2015-09-23 Segher Boessenkool > > * bb-reorder.c (reorder_basic_blocks_software_trace_cache): New > function, factored out from ... > (reorder_basic_blocks): ... here. OK. Ciao! Steven