From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25351 invoked by alias); 24 Nov 2014 16:46:39 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 25340 invoked by uid 89); 24 Nov 2014 16:46:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 24 Nov 2014 16:46:37 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAOGkYbf032218 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 24 Nov 2014 11:46:35 -0500 Received: from [10.3.113.38] (ovpn-113-38.phx2.redhat.com [10.3.113.38]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sAOGkX22017483; Mon, 24 Nov 2014 11:46:33 -0500 Message-ID: <547360E7.4010109@redhat.com> Date: Mon, 24 Nov 2014 16:52:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: tsaunders@mozilla.com, gcc-patches@gcc.gnu.org Subject: Re: [PATCH 1/3] remove param_is from nvptx References: <1416802296-15833-1-git-send-email-tsaunders@mozilla.com> <1416802296-15833-2-git-send-email-tsaunders@mozilla.com> In-Reply-To: <1416802296-15833-2-git-send-email-tsaunders@mozilla.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg03030.txt.bz2 On 11/23/14 21:11, tsaunders@mozilla.com wrote: > From: Trevor Saunders > > Hi, > > $subject > > Trev > > gcc/ > > * config/nvptx/nvptx.c: Convert htabs to hash_table. This is fine and I think can go in now rather than waiting for the next stage1. It's an obvious cleanup and one could argue I should have caught it during the nvptx review. jeff