From patchwork Sun Jul 7 16:35:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Segher Boessenkool X-Patchwork-Id: 1128694 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-504538-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.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 45hZ2q5F9jz9s7T for ; Mon, 8 Jul 2019 02:35:56 +1000 (AEST) 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:cc:subject:date:message-id; q=dns; s=default; b=xGl6C3GemysH IYj1v+zSAdAafWTz8AGDyaTJ4lCBiprbTcMsNfSEGi+sqUUij31dhS8Ctq4t0Yru TfPG9YKWjDT733xAnR8wotOU8YK3EP5/FJQmTDgu5H5xc+oWhWr9kbJp0GWyvtZg yCGc2PMUDYoERmNk+nmkAOwzsSdfTK8= 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:cc:subject:date:message-id; s=default; bh=DY1lSxW3aUXfu0Cd8o sNRVIVDkg=; b=JWEx5KHS5t4QhTouiX8nEE1znP47lUsWIhVTJ1oKk+6TJ1Q00c BDIT8HYr0OPBcNK7/Kfk44LbhV4XpsY2VFTBW2KHXNWz03ikAx3X/0AzPfaOT6b3 8ZLTMKFor2b994oZbEmdL5Quuaeyl8/K+9r9unp2ww+DCrGxsBYFfLQR0= Received: (qmail 30562 invoked by alias); 7 Jul 2019 16:35:47 -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 30554 invoked by uid 89); 7 Jul 2019 16:35:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3 autolearn=ham version=3.3.1 spammy=HX-Languages-Length:684 X-HELO: gcc1-power7.osuosl.org Received: from gcc1-power7.osuosl.org (HELO gcc1-power7.osuosl.org) (140.211.15.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 07 Jul 2019 16:35:46 +0000 Received: by gcc1-power7.osuosl.org (Postfix, from userid 10019) id 4B71C124069F; Sun, 7 Jul 2019 16:35:42 +0000 (UTC) From: Segher Boessenkool To: gcc-patches@gcc.gnu.org Cc: Segher Boessenkool Subject: [PATCH] rs6000: Delete Ffre Date: Sun, 7 Jul 2019 16:35:40 +0000 Message-Id: <09a498e9c26b10f9817a0348e8fd57fa2e91ae62.1562515216.git.segher@kernel.crashing.org> X-IsSubscribed: yes It is unused. Committing. 2019-07-07 Segher Boessenkool * config/rs6000/rs6000.md (Ffre): Delete. --- gcc/config/rs6000/rs6000.md | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 9e81df9..3cc42cb6 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -545,7 +545,6 @@ (define_mode_attr Fv [(SF "wa") (DF "wa") (DI "wa")]) (define_mode_attr Fisa [(SF "p8v") (DF "*") (DI "*")]) ; FRE/FRES support -(define_mode_attr Ffre [(SF "fres") (DF "fre")]) (define_mode_attr FFRE [(SF "FRES") (DF "FRE")]) ; Conditional returns.