From patchwork Sun Feb 8 21:53:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Pinski X-Patchwork-Id: 437760 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 D3F3C1400D5 for ; Mon, 9 Feb 2015 08:53:51 +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 :mime-version:date:message-id:subject:from:to:content-type; q= dns; s=default; b=qjcDdQ4cTN6vVGo4Edeo1AT31yxcemSqTp2sibIGY38yMq y9ENSC09K4BpFuKVFcsgKh6D7XkiXxPcoeyPbAklkSoW/MQGU4o4wYguVGhvnNq5 AHwjDzQb2a55nFQW/g5iTDb/4eaq0iCHgMccyduP1hyWvdy6a+mHudqKW/Q0k= 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=tBbq+tHAGoZ/+5goqCfxporPDXI=; b=KUoH3q6Ckh08llbIzM4p nfB46fM4bidSUHr53FbjH00Z6v4Q2lIy579ugiQnCtAj1i92Pt2LcM5F7bH7DPrT dswwUs7jqtVH/UA+vAixxOcGSdNdGqnMUAlqlkNUy4wpfLukAff5Jpd8uZn0+Onh uw8EvlUHw9h4eVbsm9OJvJE= Received: (qmail 23384 invoked by alias); 8 Feb 2015 21:53:21 -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 23365 invoked by uid 89); 8 Feb 2015 21:53:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f182.google.com Received: from mail-lb0-f182.google.com (HELO mail-lb0-f182.google.com) (209.85.217.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 08 Feb 2015 21:53:20 +0000 Received: by mail-lb0-f182.google.com with SMTP id l4so26481411lbv.13 for ; Sun, 08 Feb 2015 13:53:16 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.112.42.163 with SMTP id p3mr6226096lbl.114.1423432396572; Sun, 08 Feb 2015 13:53:16 -0800 (PST) Received: by 10.25.21.3 with HTTP; Sun, 8 Feb 2015 13:53:16 -0800 (PST) Date: Sun, 8 Feb 2015 13:53:16 -0800 Message-ID: Subject: [Committed/AARCH64] Remove dummy GTY variable From: Andrew Pinski To: GCC Patches X-IsSubscribed: yes The aarch64 back-end has a dummy gty variable which is no longer needed as there are other GTY marked variables now in aarch64.c This should speed up (very slightly) PCH generate and reading in. Committed as obvious after a build and test for aarch64-elf. Thanks, Andrew Pinski ChangeLog: * config/aarch64/aarch64.c (gty_dummy): Delete. Index: gcc/config/aarch64/aarch64.c =================================================================== --- gcc/config/aarch64/aarch64.c (revision 220521) +++ gcc/config/aarch64/aarch64.c (working copy) @@ -488,9 +488,6 @@ static const struct aarch64_option_exten increment address. */ static machine_mode aarch64_memory_reference_mode; -/* Used to force GTY into this file. */ -static GTY(()) int gty_dummy; - /* A table of valid AArch64 "bitmask immediate" values for logical instructions. */