From patchwork Thu Nov 30 15:10:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 843043 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-468229-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="Xzz0ac+k"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yngnl0prfz9t2x for ; Fri, 1 Dec 2017 02:10:34 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=SRtiFL5myCE/7k+QQW5R19agMGDBK7YPSjRZ6ywYDaM8UNPoSt6rw ztGhXflnfKVR40cI7CSOc4JCvofJ+P/PvRLvLevE3NR6DJUnPq/1MQIbQ3hGBt2v oe9r9K6ZI2fEyMxE9BVqA53LAggjQUlq1GVekr5z2ZWwdf8zfsfPl4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=OVTrpE+qmKbOSUSpFsakrnDVAbk=; b=Xzz0ac+kO2mu3ktLL/Zh oEvoQ+sA04ByffNnwNGTVVbiOe4JlPV54z5P5eMD72uf7wIc5DdaczhrLluXVxXs SULiak4d+iHiqaZtcYwCsartzgssXt7wtKp9BEtq1x0TQVG8FRMa8+ofhZWXlO/R X/HmdoPhEtmw+R8+6LFj+a8= Received: (qmail 121524 invoked by alias); 30 Nov 2017 15:10:24 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 121418 invoked by uid 89); 30 Nov 2017 15:10:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KB_WAM_FROM_NAME_SINGLEWORD, SPF_HELO_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:987, central X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 30 Nov 2017 15:10:23 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5F932C0050B5 for ; Thu, 30 Nov 2017 15:10:22 +0000 (UTC) Received: from localhost (unknown [10.33.36.16]) by smtp.corp.redhat.com (Postfix) with ESMTP id 149845C1A3 for ; Thu, 30 Nov 2017 15:10:21 +0000 (UTC) Date: Thu, 30 Nov 2017 15:10:21 +0000 From: Jonathan Wakely To: gcc-patches@gcc.gnu.org Subject: [PATCH] Fix "central flowgraph" typo in machine desc docs Message-ID: <20171130151021.GQ31922@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.1 (2017-09-22) OK for trunk? diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aee13259b00..c2e42d7aa49 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-11-30 Jonathan Wakely + + * doc/md.texi (Insn Splitting): Fix "central flowgraph" typo. + 2017-11-30 Claudiu Zissulescu * config/arc/arc.md (trap): New pattern. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 9806b65d1cf..9e0540a1e8b 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -7890,7 +7890,7 @@ are not valid. The splitter is allowed to split jump instructions into sequence of jumps or create new jumps in while splitting non-jump instructions. As -the central flowgraph and branch prediction information needs to be updated, +the control flow graph and branch prediction information needs to be updated, several restriction apply. Splitting of jump instruction into sequence that over by another jump