From patchwork Thu Feb 23 18:21:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernhard Reutner-Fischer X-Patchwork-Id: 142692 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]) by ozlabs.org (Postfix) with SMTP id 66AD5B6EE7 for ; Fri, 24 Feb 2012 05:22:14 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1330626134; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Received-SPF:Received:Received:Received:Received:From:To:Cc: Subject:Date:Message-Id:In-Reply-To:References:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=5xQBXphzSJKGve1pvk3ZwPvsV6U=; b=n0OGkpd5VwPwpF9za5ItW3hGG6+C67mIMERhRNGRSc2/OsGYs1x1lLeo4ILubi ltLajzGog9xNij8u7Y9FmQAlSjIwytjMuLaeMktXvbgZWRN7PHEMN7IuNtCwljxl vRnj5/piywjLvXQP2mP2pSGFgsKjxo08xc/4teT/0fjj8= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received-SPF:Authentication-Results:Received:Received:Received:Received:From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=LgL+8QoPpSFhO+z+QxiHI4EiXVstfX5964KANnYkbGHrT2TygDGeaSZlqOFjPH bccE+eILuKtDGSP9B0z4qFOBh4UITrNAyIfDws7I6MVOd2G3MNLDT8nohZA9P2wI /EGMCcB1AuxlgWTKIjXmJ95fmWE89h4LUShYCTjhy/J6Q=; Received: (qmail 432 invoked by alias); 23 Feb 2012 18:21:52 -0000 Received: (qmail 411 invoked by uid 22791); 23 Feb 2012 18:21:51 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ee0-f47.google.com (HELO mail-ee0-f47.google.com) (74.125.83.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Feb 2012 18:21:36 +0000 Received: by eekd41 with SMTP id d41so587874eek.20 for ; Thu, 23 Feb 2012 10:21:35 -0800 (PST) Received-SPF: pass (google.com: domain of rep.dot.nop@gmail.com designates 10.14.98.73 as permitted sender) client-ip=10.14.98.73; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rep.dot.nop@gmail.com designates 10.14.98.73 as permitted sender) smtp.mail=rep.dot.nop@gmail.com; dkim=pass header.i=rep.dot.nop@gmail.com Received: from mr.google.com ([10.14.98.73]) by 10.14.98.73 with SMTP id u49mr1531413eef.35.1330021295818 (num_hops = 1); Thu, 23 Feb 2012 10:21:35 -0800 (PST) Received: by 10.14.98.73 with SMTP id u49mr1211717eef.35.1330021295740; Thu, 23 Feb 2012 10:21:35 -0800 (PST) Received: from s42.loc (85-127-16-87.dynamic.xdsl-line.inode.at. [85.127.16.87]) by mx.google.com with ESMTPS id z47sm7961125eeh.9.2012.02.23.10.21.34 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Feb 2012 10:21:34 -0800 (PST) Received: from cow by s42.loc with local (Exim 4.77) (envelope-from ) id 1S0dIL-0004dk-JK; Thu, 23 Feb 2012 19:21:33 +0100 From: Bernhard Reutner-Fischer To: gcc-patches@gcc.gnu.org Cc: Bernhard Reutner-Fischer Subject: [PATCH 5/5] dump_file whitespace nitpicks Date: Thu, 23 Feb 2012 19:21:31 +0100 Message-Id: <1330021291-17783-6-git-send-email-rep.dot.nop@gmail.com> In-Reply-To: <1330021291-17783-1-git-send-email-rep.dot.nop@gmail.com> References: <1330021291-17783-1-git-send-email-rep.dot.nop@gmail.com> 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 gcc/ChangeLog: 2012-02-23 Bernhard Reutner-Fischer * tree-into-ssa (update_ssa): Avoid trailing whitespace in dump_file. * tree-ssa-sccvn.c (print_scc): Ditto. Signed-off-by: Bernhard Reutner-Fischer --- gcc/tree-into-ssa.c | 4 ++-- gcc/tree-ssa-sccvn.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index 7eaed2a..6ca52c1 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -3519,9 +3519,9 @@ update_ssa (unsigned update_flags) if (dump_flags & TDF_DETAILS) { - fprintf (dump_file, "Affected blocks: "); + fprintf (dump_file, "Affected blocks:"); EXECUTE_IF_SET_IN_BITMAP (blocks_to_update, 0, i, bi) - fprintf (dump_file, "%u ", i); + fprintf (dump_file, " %u", i); fprintf (dump_file, "\n"); } diff --git a/gcc/tree-ssa-sccvn.c b/gcc/tree-ssa-sccvn.c index fdebe47..ddb1ba6 100644 --- a/gcc/tree-ssa-sccvn.c +++ b/gcc/tree-ssa-sccvn.c @@ -2462,11 +2462,11 @@ print_scc (FILE *out, VEC (tree, heap) *scc) tree var; unsigned int i; - fprintf (out, "SCC consists of: "); + fprintf (out, "SCC consists of:"); FOR_EACH_VEC_ELT (tree, scc, i, var) { - print_generic_expr (out, var, 0); fprintf (out, " "); + print_generic_expr (out, var, 0); } fprintf (out, "\n"); }