From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2723 invoked by alias); 26 Jul 2005 20:31:35 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 2668 invoked by uid 22791); 26 Jul 2005 20:31:29 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 26 Jul 2005 20:31:29 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j6QKVR2d032514; Tue, 26 Jul 2005 16:31:27 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j6QKVRV04033; Tue, 26 Jul 2005 16:31:27 -0400 Received: from topo.toronto.redhat.com (vpn50-74.rdu.redhat.com [172.16.50.74]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id j6QKVQ1M000939; Tue, 26 Jul 2005 16:31:26 -0400 Received: from topo.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by topo.toronto.redhat.com (8.13.4/8.13.4) with ESMTP id j6QKVNcT027299; Tue, 26 Jul 2005 16:31:24 -0400 Received: (from dnovillo@localhost) by topo.toronto.redhat.com (8.13.4/8.13.4/Submit) id j6QKVNnG027275; Tue, 26 Jul 2005 16:31:23 -0400 Date: Tue, 26 Jul 2005 20:31:00 -0000 From: Diego Novillo To: drizzle drizzle Cc: gcc@gcc.gnu.org Subject: Re: Annotations in tree Message-ID: <20050726203123.GA4355@topo.toronto.redhat.com> References: <7326d8e405072613213c282bd7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <7326d8e405072613213c282bd7@mail.gmail.com> User-Agent: Mutt/1.4.2.1i X-SW-Source: 2005-07/txt/msg01106.txt.bz2 On Tue, Jul 26, 2005 at 04:21:51PM -0400, drizzle drizzle wrote: > I am trying to find out how to insert annotations for certain array > references identified in tree-loop-linear.c so that when converting to > In the ARRAY_REFs themselves? I would build a hash table on the side. If it's on the DECLs, you could use var_ann() to add annotations.