From patchwork Thu Oct 29 17:23:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jim Wilson X-Patchwork-Id: 537949 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 E3B99140D5F for ; Fri, 30 Oct 2015 04:24:12 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=SUPV2Wg4; 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 :mime-version:date:message-id:subject:from:to:content-type; q= dns; s=default; b=bTxrb9z6a/xk2GVQMzM5riom5ERs6QB+TnTISK+2LrO9GI tO/DuNU//P34cJzGdV6mLID+6oT3NuzeGOl8xbV6YmaZgigF+k7SfJDA8YlXv5Vw w6HNSP+ENF0vAAbTSpj1iLEBJdj+ykHpaYmhrmyU/Bz8AoFHoWjHsftWowuS8= 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 :mime-version:date:message-id:subject:from:to:content-type; s= default; bh=O2qIVDtBm4Zr57ilmlCE+ylgTak=; b=SUPV2Wg41FO1A9+RDhKh Tl8ExT8g7RTFKs88AoMuMS9a78QJRcgr+3v4BVD4VPN9MR++hMATGdMuEyNdhmOL n8vxbPjWoDtgOzds9VHqi0hsCVa2s3wBK+TMceWVAz0XWg02sV8q3BdxxGK+QK+n 9Ukmi1dxGcrDKlxekDsj7/w= Received: (qmail 116030 invoked by alias); 29 Oct 2015 17:24:03 -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 115972 invoked by uid 89); 29 Oct 2015 17:24:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 29 Oct 2015 17:24:00 +0000 Received: by oiad129 with SMTP id d129so43023152oia.0 for ; Thu, 29 Oct 2015 10:23:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=WOkfSw9738zY8P84wlRTaRfuCea4hUqq9B9ityxdHnQ=; b=GBYALCJwqlhtjx+dwEhLjQyndaP21OJe0IPt+N/AQ5f7/PauckF65xCfsdWLnkksMd sRSKhnNZoQud0yVjuHuKJCkLHDhTBcd2ar6eygWGePWk2blHB9uAQQJhNPS4meGym7co DxqyUdrID03/kQstt06CKPOz87Rqi3rpfkRQFNSvwdxyOtzjzZAmiSNxtXhgBDKWMa0n kUvwNM5oJG6wldqLyIULv+dMYaG5nfEzODs2DMwgC2vAA4Ib6XsaJwZyWI7JkAXXqvug pv1V39SImpXjZfHcsb9I3X8wckhbu/5nSIOR5x03glbBtnC57YT6Pi/I9x4DRSh6fOVe 96Bw== X-Gm-Message-State: ALoCoQlV/bsICRGPPwmdL/A3T3aYufNI53USxEFjkzjfibzjr2OqMOncIRUonMEcdstVuW+38pIH MIME-Version: 1.0 X-Received: by 10.202.48.146 with SMTP id w140mr2007004oiw.97.1446139438767; Thu, 29 Oct 2015 10:23:58 -0700 (PDT) Received: by 10.76.172.136 with HTTP; Thu, 29 Oct 2015 10:23:58 -0700 (PDT) Date: Thu, 29 Oct 2015 10:23:58 -0700 Message-ID: Subject: [PATCH] [ARM] neon-testgen.ml typo From: Jim Wilson To: "gcc-patches@gcc.gnu.org" I noticed a comment typo in this file while using grep to look for other stuff. The typo is easy to fix. I tried running neon-testgen.ml to verify, but it is apparently no longer valid ocaml, as it doesn't work with the ocamlc 4.01.0 I have on Ubuntu 14.04. I get a syntax error. Someone who knows ocaml will have to fix this. Meanwhile, the patch to fix the typo should still be OK, as this is a separate problem. Jim 2015-10-29 Jim Wilson * config/arm/neon-testgen.ml: Fix comment typo. Index: config/arm/neon-testgen.ml =================================================================== --- config/arm/neon-testgen.ml (revision 229504) +++ config/arm/neon-testgen.ml (working copy) @@ -76,7 +76,7 @@ let emit_variables chan c_types features spaces = match c_types with (_, return_ty) :: tys -> if return_ty <> "void" then begin - (* The intrinsic returns a value. We need to do explict register + (* The intrinsic returns a value. We need to do explicit register allocation for vget_low tests or they fail because of copy elimination. *) ((if List.mem Fixed_vector_reg features then