From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109607 invoked by alias); 13 Sep 2016 09:47:39 -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 109587 invoked by uid 89); 13 Sep 2016 09:47:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:227 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Sep 2016 09:47:38 +0000 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 9F99CC49D36BC; Tue, 13 Sep 2016 10:47:22 +0100 (IST) Received: from [10.20.78.177] (10.20.78.177) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.294.0; Tue, 13 Sep 2016 10:47:24 +0100 Date: Tue, 13 Sep 2016 10:26:00 -0000 From: "Maciej W. Rozycki" To: Jeff Law CC: , Paolo Bonzini Subject: Re: [PATCH] optabs.c: Update inline documentation In-Reply-To: <03a77f50-d043-a57e-ef8c-52e42bc717c7@redhat.com> Message-ID: References: <03a77f50-d043-a57e-ef8c-52e42bc717c7@redhat.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2016-09/txt/msg00707.txt.bz2 On Mon, 12 Sep 2016, Jeff Law wrote: > > gcc/ > > * optabs.c (prepare_cmp_insn): Update documentation comment. > > > > OK to apply? > OK. > jeff Committed, thanks. Maciej