From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7457 invoked by alias); 22 Jun 2004 21:12:13 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 7419 invoked from network); 22 Jun 2004 21:12:12 -0000 Received: from unknown (HELO vlsi1.ultra.nyu.edu) (128.122.140.213) by sourceware.org with SMTP; 22 Jun 2004 21:12:12 -0000 Received: by vlsi1.ultra.nyu.edu (4.1/1.34) id AA11367; Tue, 22 Jun 04 17:13:43 EDT Date: Wed, 23 Jun 2004 00:16:00 -0000 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) Message-Id: <10406222113.AA11367@vlsi1.ultra.nyu.edu> To: paul@codesourcery.com Subject: Re: Patch to allow Ada to work with tree-ssa Cc: gcc-patches@gcc.gnu.org X-SW-Source: 2004-06/txt/msg01808.txt.bz2 It's a variable. Indeed it can change between uses within the same function, as I said last time this was discussed. That wasn't clear. The gimplifier has the option of getting it from the type node. Sure. That's indeed what it does now. But remember that we're talking about both the node formats for GIMPLE and GENERIC.