From patchwork Sun Jul 21 18:08:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike Stump X-Patchwork-Id: 260539 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 057F12C0089 for ; Mon, 22 Jul 2013 04:08:57 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; q=dns; s= default; b=cmy6+YidNGTZ0Ff7daW8p+vRX79f8TvDqNtw2vOpV50zO5EvsfZk/ 2xEkkfzRN0Hfq++g1q8n6IGj+c345S5lpGomxRoMUzjeKHoYwB0eDkprN21q7Ekn 8wLbPzQk9AUCz5bXqrGpQTbf2yOZJu0akIhqMVsSpQHb1Is97bv5l0= 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 :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=default; bh=qSaqRCjPQ3SCyQY7zSCutz7uPjU=; b=tRymzfCil/geaPlp89vL3GClHebK wDAnRZXeR+7CSiMIaUJbvUHiyDpxZx6TyDVK7y/rTU7qSh1MAV/8ghsUDsvLdOqh BAbmuJWyJB7e8QvMS/4SBmW13II6/62RKZ/JBOX2X6PqPux67quXPi6p17gysz4y KpbNMj2Sj2xIGz8= Received: (qmail 8980 invoked by alias); 21 Jul 2013 18:08:50 -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 8965 invoked by uid 89); 21 Jul 2013 18:08:50 -0000 X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL, BAYES_50, FREEMAIL_FROM, KHOP_THREADED, RCVD_IN_DNSWL_NONE, RCVD_IN_HOSTKARMA_NO, RCVD_IN_HOSTKARMA_YE, RDNS_NONE, SPF_PASS autolearn=no version=3.3.1 Received: from Unknown (HELO qmta04.emeryville.ca.mail.comcast.net) (76.96.30.40) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 21 Jul 2013 18:08:49 +0000 Received: from omta05.emeryville.ca.mail.comcast.net ([76.96.30.43]) by qmta04.emeryville.ca.mail.comcast.net with comcast id 35zy1m0050vp7WLA468ioe; Sun, 21 Jul 2013 18:08:42 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta05.emeryville.ca.mail.comcast.net with comcast id 368h1m00Z0BKwT48R68hCf; Sun, 21 Jul 2013 18:08:42 +0000 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: [PATCH 1/*] Fix common typos. From: Mike Stump In-Reply-To: <20130721143204.GA27788@domone> Date: Sun, 21 Jul 2013 11:08:41 -0700 Cc: gcc-patches@gcc.gnu.org Message-Id: References: <20130721143204.GA27788@domone> To: =?utf-8?Q?Ond=C5=99ej_B=C3=ADlka?= On Jul 21, 2013, at 7:32 AM, Ondřej Bílka wrote: > This is series of typo fixing patches. I reviewed and checked in all that changes to gcc/tree\* that were trivial. I left out ok->OK, and which I didn't find trivial (being very conservative here). For the first, I prefer ok (as do many contributors). --- a/gcc/tree-ssa-pre.c +++ b/gcc/tree-ssa-pre.c @@ -1894,7 +1894,7 @@ value_dies_in_block_x (pre_expr expr, basic_block block) /* A memory expression {e, VUSE} dies in the block if there is a statement that may clobber e. If, starting statement walk from the top of the basic block, a statement uses VUSE there can be no kill - inbetween that use and the original statement that loaded {e, VUSE}, + between that use and the original statement that loaded {e, VUSE}, so we can stop walking. */ ref.base = NULL_TREE; for (gsi = gsi_start_bb (block); !gsi_end_p (gsi); gsi_next (&gsi))