From patchwork Fri Jan 15 13:34:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Enkovich X-Patchwork-Id: 568097 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 73BF5140328 for ; Sat, 16 Jan 2016 00:34:48 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=N/aFQ8oP; dkim-atps=neutral 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=AFnKL0+cbO0yLUhR18vNXD4bGaAlbn+0UxTNHXvgI4EvNt05O0BdQ jbjkIGMOz7L+I3mQozNpHFZ9FvIlB7Jw2qS/X8TewkZ2rwTdaOCWhquwDQN6WZ8B iLwPqfiYUW1hbzpx77eOpofNA7qa8PLJgb/uLYqvi9oNHNJ5lYXkkM= 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=9LKGFNSe5c0n7ezK7/E1zGJnvnc=; b=N/aFQ8oP4HznXkIRW1qe 9BXR0cRziX38kmUScykzL8gyEG6udaJlEvkjjOl0IeF+ZJLMXDzMH1h6KG3tmueP UNdJNc1FRUwvSKaaYAWsK8+A5goSXCLz9MRlNl8alxoNDj4QR4sIj+IufP5Q92mg DalZXcU6FspxVsVE/HR671Y= Received: (qmail 34239 invoked by alias); 15 Jan 2016 13:34:41 -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 34224 invoked by uid 89); 15 Jan 2016 13:34:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 spammy=Registers, enkovich.gnu@gmail.com, enkovichgnugmailcom, sk:EXECUTE X-HELO: mail-wm0-f49.google.com Received: from mail-wm0-f49.google.com (HELO mail-wm0-f49.google.com) (74.125.82.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 15 Jan 2016 13:34:39 +0000 Received: by mail-wm0-f49.google.com with SMTP id b14so24877610wmb.1 for ; Fri, 15 Jan 2016 05:34:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=7hNLi9LFCsSL68bhdUvmHj7uc2Scp0PpJtPt7brjPMw=; b=m/9vXjzeWQecsbht6dunuC++IpxFHJo/cvqex7GsD4mYugEvrPwXXpwfxzWkQlk9yl 70B0gDiAdcwv9EuOeeyLCjVHjOLNcm16DxwbEkWKHK8ZDkmbvb3+kIeXmdpkvQw4K+Co LKcqI9SBTo6Ria2JQLwf4cujY1j6DbsP7Vw11P0dzHM51LLzPL5k6Fvxe1D7gcW54Ckw OygVbiA2Hv14rMH0NkiBje+ol+Scd+IawInYqvMP14SWiTNZ9EN+Bn8HLlLIlyElrEGJ sFVpeiSxWKfSPk+c4f9nB+aNXPNnca3EAsoX1Ca46Ojnb6J1IjPeSfm18EkL0xh2N2m+ NOLw== X-Gm-Message-State: ALoCoQnBes5dzx/QeqUlADF6bGExxC3K3miropX065dnEDt+48JfZYm0sdqU2qZJTAI5FhV2Jk/XJKWsdno7nsjosYAR6dMFkw== X-Received: by 10.194.209.129 with SMTP id mm1mr11132309wjc.47.1452864876149; Fri, 15 Jan 2016 05:34:36 -0800 (PST) Received: from msticlxl57.ims.intel.com (irdmzpr01-ext.ir.intel.com. [192.198.151.36]) by smtp.gmail.com with ESMTPSA id q4sm10697429wja.6.2016.01.15.05.34.35 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Jan 2016 05:34:35 -0800 (PST) Date: Fri, 15 Jan 2016 16:34:01 +0300 From: Ilya Enkovich To: gcc-patches@gcc.gnu.org Subject: [PATCH, committed] Typo fix Message-ID: <20160115133401.GB13418@msticlxl57.ims.intel.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes Hi, This patch fixes typos in STV pass dumps. Applied to trunk. Thanks, Ilya --- gcc/ 2016-01-15 Ilya Enkovich * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo. (convert_scalars_to_vector): Likewise. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 504ac55..de41477 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -3150,13 +3150,13 @@ scalar_chain::compute_convert_gain () } if (dump_file) - fprintf (dump_file, " Instruction convertion gain: %d\n", gain); + fprintf (dump_file, " Instruction conversion gain: %d\n", gain); EXECUTE_IF_SET_IN_BITMAP (defs_conv, 0, insn_uid, bi) cost += DF_REG_DEF_COUNT (insn_uid) * ix86_cost->mmxsse_to_integer; if (dump_file) - fprintf (dump_file, " Registers convertion cost: %d\n", cost); + fprintf (dump_file, " Registers conversion cost: %d\n", cost); gain -= cost; @@ -3531,7 +3531,7 @@ convert_scalars_to_vector () /* Find all instructions we want to convert into vector mode. */ if (dump_file) - fprintf (dump_file, "Searching for mode convertion candidates...\n"); + fprintf (dump_file, "Searching for mode conversion candidates...\n"); FOR_EACH_BB_FN (bb, cfun) {