From patchwork Tue Jan 16 20:54:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 861889 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-471421-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="Xd/KL5zV"; 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 3zLjC83g9nz9sP9 for ; Wed, 17 Jan 2018 07:54:42 +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:from :to:subject:date:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=DbcLCG0xYTDZXH7n Jrx4rdp/BbWYsId1/cId68mymcHjj/7zgTTo5IH1GM8luEhBc2iu0CEH+Cp/Z3fS WQ3qKsocccYbtnjQotp/Rl6/VXU7pAG5LL4KrwK3h1jWCfhlQTJk86sltQ2UfPVK /WSfcoPkz439jW9UiAjHpn/R+Wg= 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:from :to:subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=default; bh=TSR0pZIKT/B+XW671i8SRl LU9HQ=; b=Xd/KL5zVKYi1YcvkPaCcawy2i1bSPh8BjZyr+tKD69NjB4olhZIf9S UeNe6qSlx9E6gQAzuCGmD+pNMR1fBaYo0u5LlydIYMNJAUf1I/Pzwclfz3u+DDZW 3ZuKu3j8qzdVOnuEa6APSqvOhONuex2JTp9EW65SKRH5rlv/2f+Jc= Received: (qmail 77543 invoked by alias); 16 Jan 2018 20:54:34 -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 77529 invoked by uid 89); 16 Jan 2018 20:54:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=dsi X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 16 Jan 2018 20:54:33 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 78AF58139C for ; Tue, 16 Jan 2018 21:54:31 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id btsdYgyrcjdW for ; Tue, 16 Jan 2018 21:54:31 +0100 (CET) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 56C7A8138F for ; Tue, 16 Jan 2018 21:54:31 +0100 (CET) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: [visium] Very minor tweak Date: Tue, 16 Jan 2018 21:54:30 +0100 Message-ID: <2091353.6e1E8bKliq@polaris> MIME-Version: 1.0 Tested on visium-elf, applied on the mainline. 2018-01-16 Eric Botcazou * config/visium/visium.md (nop): Tweak comment. (hazard_nop): Likewise. Index: config/visium/visium.md =================================================================== --- config/visium/visium.md (revision 256562) +++ config/visium/visium.md (working copy) @@ -2962,13 +2962,13 @@ (define_insn "dsi" (define_insn "nop" [(const_int 0)] "" - "nop ;generated nop" + "nop ;generated" [(set_attr "type" "nop")]) (define_insn "hazard_nop" [(unspec_volatile [(const_int 0)] UNSPEC_NOP)] "" - "nop ;hazard avoidance nop" + "nop ;hazard avoidance" [(set_attr "type" "nop")]) (define_insn "blockage"